Skip to content

Commit d206923

Browse files
Bump the actions group with 2 updates (#63)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf7b614 commit d206923

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/dist-python.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: Make Dist
2929
runs-on: macos-latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232
with:
3333
persist-credentials: false
3434

@@ -62,7 +62,7 @@ jobs:
6262
name: Download Dist
6363
steps:
6464
- name: Download all workflow run artifacts
65-
uses: actions/download-artifact@v4
65+
uses: actions/download-artifact@v5
6666
- name: Flatten directory
6767
working-directory: .
6868
run: |

.github/workflows/release-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
id-token: write
7272
steps:
7373
- name: Download all the dists
74-
uses: actions/download-artifact@v4
74+
uses: actions/download-artifact@v5
7575
with:
7676
name: all-dist-${{ github.run_id }}
7777
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "pypy-3.10"]
1111
fail-fast: true
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v5
1616
with:

0 commit comments

Comments
 (0)