Skip to content

Commit cb5f59c

Browse files
Bump actions/checkout from 5 to 6 (#489)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bb0170b commit cb5f59c

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
@@ -50,7 +50,7 @@ jobs:
5050
- macOS-latest
5151
- windows-latest
5252
steps:
53-
- uses: actions/checkout@v5
53+
- uses: actions/checkout@v6
5454
- uses: julia-actions/setup-julia@v2
5555
with:
5656
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
@@ -48,14 +48,14 @@ jobs:
4848
- {repo: ClassicalOrthogonalPolynomials.jl, group: JuliaApproximation}
4949

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

0 commit comments

Comments
 (0)