Skip to content

Commit e325c72

Browse files
Bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0b77d03 commit e325c72

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
with:
1313
persist-credentials: false
1414
- uses: actions/setup-python@v6
@@ -19,7 +19,7 @@ jobs:
1919
contents: write
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
with:
2424
persist-credentials: false
2525
- uses: actions/setup-python@v6
@@ -61,15 +61,15 @@ jobs:
6161
- name: Run checks
6262
run: |
6363
make check
64-
- uses: actions/upload-artifact@v5
64+
- uses: actions/upload-artifact@v6
6565
if: ${{ always() }}
6666
with:
6767
name: build
6868
path: |
6969
cheatsheets.pdf
7070
handout-*.pdf
7171
./docs/_build/html/
72-
- uses: actions/upload-artifact@v5
72+
- uses: actions/upload-artifact@v6
7373
id: diffs-artifact-upload
7474
if: ${{ always() }}
7575
with:

0 commit comments

Comments
 (0)