Skip to content

Commit e854a4f

Browse files
authored
Merge pull request #22 from pallets-eco/dependabot/github_actions/github-actions-5070efb06b
Bump the github-actions group with 3 updates
2 parents bbf848c + a07af5d commit e854a4f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
hash: ${{ steps.hash.outputs.hash }}
1111
steps:
1212
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
13-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
13+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
1414
with:
1515
python-version: '3.x'
1616
cache: pip
@@ -23,7 +23,7 @@ jobs:
2323
- name: generate hash
2424
id: hash
2525
run: cd dist && echo "hash=$(sha256sum * | base64 -w0)" >> $GITHUB_OUTPUT
26-
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
26+
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b
2727
with:
2828
name: dist
2929
path: ./dist
@@ -45,7 +45,7 @@ jobs:
4545
permissions:
4646
contents: write
4747
steps:
48-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
48+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
4949
- name: create release
5050
run: >
5151
gh release create --draft --repo ${{ github.repository }}
@@ -64,5 +64,5 @@ jobs:
6464
permissions:
6565
id-token: write
6666
steps:
67-
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e
67+
- uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16
6868
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python: ['3.12', '3.11', '3.10', '3.9', '3.8']
1616
steps:
1717
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
18-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
18+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
1919
with:
2020
python-version: ${{ matrix.python }}
2121
allow-prereleases: true
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
30-
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
30+
- uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f
3131
with:
3232
python-version: '3.x'
3333
cache: pip

0 commit comments

Comments
 (0)