Skip to content

Commit 8000724

Browse files
Bump the github-actions group with 2 updates (#662)
Bumps the github-actions 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: github-actions - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8fb339f commit 8000724

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- '3.13'
2929

3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v5
3232

3333
- uses: actions/setup-python@v5
3434
with:
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-24.04
5858
needs: tests
5959
steps:
60-
- uses: actions/checkout@v4
60+
- uses: actions/checkout@v5
6161

6262
- uses: actions/setup-python@v5
6363
with:
@@ -70,7 +70,7 @@ jobs:
7070
run: uv pip install --system coverage[toml]
7171

7272
- name: Download data
73-
uses: actions/download-artifact@v4
73+
uses: actions/download-artifact@v5
7474
with:
7575
path: ${{ github.workspace }}
7676
pattern: coverage-data-*

0 commit comments

Comments
 (0)