Skip to content

Commit 08ce6fe

Browse files
authored
Merge branch 'pyOpenSci:main' into main
2 parents 8854864 + b97aee0 commit 08ce6fe

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

examples/pure-hatch/.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
permissions:
1515
contents: read # this job only needs read access
1616
steps:
17-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
17+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1818
with:
1919
persist-credentials: false
2020
- name: Setup Python
21-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
21+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
2222
with:
2323
python-version: "3.12" # Select the version that you want to build your package on
2424
- name: Upgrade pip, install Hatch, and check Hatch version
@@ -50,4 +50,4 @@ jobs:
5050
with:
5151
name: dist.zip
5252
path: dist/
53-
- uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
53+
- uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1

0 commit comments

Comments
 (0)