Skip to content

Commit 4a79e90

Browse files
chore(deps): bump the actions-infrastructure group with 2 updates
Bumps the actions-infrastructure group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-infrastructure ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b5ecf48 commit 4a79e90

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
build:
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
with:
4646
fetch-depth: 0
4747
- uses: actions/setup-python@v5
@@ -73,13 +73,13 @@ jobs:
7373
steps:
7474
- name: Download sdist and wheel artifacts
7575
if: matrix.package != 'archive'
76-
uses: actions/download-artifact@v4
76+
uses: actions/download-artifact@v5
7777
with:
7878
name: dist
7979
path: dist/
8080
- name: Download git archive artifact
8181
if: matrix.package == 'archive'
82-
uses: actions/download-artifact@v4
82+
uses: actions/download-artifact@v5
8383
with:
8484
name: archive
8585
path: archive/
@@ -183,7 +183,7 @@ jobs:
183183
ARCH: ${{ !contains(fromJSON('["none", "min"]'), matrix.dependencies) && matrix.architecture }}
184184

185185
steps:
186-
- uses: actions/checkout@v4
186+
- uses: actions/checkout@v5
187187
with:
188188
submodules: recursive
189189
fetch-depth: 0
@@ -242,7 +242,7 @@ jobs:
242242
check: ['style', 'doctest', 'typecheck', 'spellcheck']
243243

244244
steps:
245-
- uses: actions/checkout@v4
245+
- uses: actions/checkout@v5
246246
- name: Set up Python ${{ matrix.python-version }}
247247
uses: actions/setup-python@v5
248248
with:
@@ -265,7 +265,7 @@ jobs:
265265
id-token: write
266266
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
267267
steps:
268-
- uses: actions/download-artifact@v4
268+
- uses: actions/download-artifact@v5
269269
with:
270270
name: dist
271271
path: dist/

0 commit comments

Comments
 (0)