Skip to content

Commit 19e48b7

Browse files
Bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ae0c39f commit 19e48b7

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/Documenter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Documentation
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- uses: julia-actions/setup-julia@v2
2121
with:
2222
version: '1.10'

.github/workflows/Invalidations.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
- uses: julia-actions/setup-julia@v2
2020
with:
2121
version: '1.10'
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- uses: julia-actions/cache@v2
2424
- uses: julia-actions/julia-buildpkg@v1
2525
- uses: julia-actions/julia-invalidations@v1
2626
id: invs_pr
2727

28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6
2929
with:
3030
ref: ${{ github.event.repository.default_branch }}
3131
- uses: julia-actions/julia-buildpkg@v1

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
echo "TMP=${USERPROFILE}\AppData\Local\Temp" >> ${GITHUB_ENV}
6262
echo "TEMP=${USERPROFILE}\AppData\Local\Temp" >> ${GITHUB_ENV}
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v6
6464
- uses: julia-actions/setup-julia@latest
6565
with:
6666
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)