Skip to content

Commit cabb587

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 dfb8513 commit cabb587

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
arch:
4747
- x64
4848
steps:
49-
- uses: actions/checkout@v5
49+
- uses: actions/checkout@v6
5050
- uses: julia-actions/setup-julia@v2
5151
with:
5252
version: ${{ matrix.version }}

.github/workflows/downstream.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ jobs:
4444
- {repo: MultivariateOrthogonalPolynomials.jl, group: JuliaApproximation}
4545

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

0 commit comments

Comments
 (0)