Skip to content

Commit afdbbbb

Browse files
Merge pull request #11 from swagner-astro/dependabot/github_actions/actions-7921bc0373
Bump the actions group with 2 updates
2 parents 52f80ef + 3e9b6a4 commit afdbbbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
dist:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020

@@ -31,7 +31,7 @@ jobs:
3131
if: github.event_name == 'release' && github.event.action == 'published'
3232

3333
steps:
34-
- uses: actions/download-artifact@v4
34+
- uses: actions/download-artifact@v5
3535
with:
3636
name: Packages
3737
path: dist

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- "3.13"
2424
name: Check Python ${{ matrix.python-version }}
2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0 # Only needed if using setuptools-scm
2929

0 commit comments

Comments
 (0)