Skip to content

Commit 4024755

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ba365c1 commit 4024755

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- macOS-latest
4545
- windows-latest
4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848
- uses: julia-actions/setup-julia@v2
4949
with:
5050
version: ${{ matrix.version }}

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Documentation
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- uses: julia-actions/setup-julia@v2
2424
with:
2525
version: '1.10'

.github/workflows/downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ jobs:
4646
- {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra}
4747

4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
- uses: julia-actions/setup-julia@v2
5151
with:
5252
version: ${{ matrix.julia-version }}
5353
arch: x64
5454
- uses: julia-actions/julia-buildpkg@latest
5555
- name: Clone Downstream
56-
uses: actions/checkout@v5
56+
uses: actions/checkout@v6
5757
with:
5858
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
5959
path: downstream

0 commit comments

Comments
 (0)