Skip to content

Commit 2414cbf

Browse files
Bump actions/checkout from 4 to 5 (#197)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 768594e commit 2414cbf

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@v4
49+
- uses: actions/checkout@v5
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
@@ -33,14 +33,14 @@ jobs:
3333
- {repo: ClassicalOrthogonalPolynomials.jl, group: JuliaApproximation}
3434
- {repo: MultivariateOrthogonalPolynomials.jl, group: JuliaApproximation}
3535
steps:
36-
- uses: actions/checkout@v4
36+
- uses: actions/checkout@v5
3737
- uses: julia-actions/setup-julia@v2
3838
with:
3939
version: ${{ matrix.julia-version }}
4040
arch: x64
4141
- uses: julia-actions/julia-buildpkg@latest
4242
- name: Clone Downstream
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
4646
path: downstream

0 commit comments

Comments
 (0)