Skip to content

Commit 005226b

Browse files
Bump actions/checkout from 4 to 6 (#115)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2171438 commit 005226b

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
@@ -52,7 +52,7 @@ jobs:
5252
# - macOS-latest # FastTransforms.jl is broken on macOS-latest
5353
- windows-latest
5454
steps:
55-
- uses: actions/checkout@v4
55+
- uses: actions/checkout@v6
5656
- uses: julia-actions/setup-julia@v2
5757
with:
5858
version: ${{ matrix.version }}

.github/workflows/downstream.yml

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

4545
steps:
46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v6
4747
- uses: julia-actions/setup-julia@v2
4848
with:
4949
version: ${{ matrix.julia-version }}
5050
arch: x64
5151
- uses: julia-actions/julia-buildpkg@latest
5252
- name: Clone Downstream
53-
uses: actions/checkout@v4
53+
uses: actions/checkout@v6
5454
with:
5555
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
5656
path: downstream

0 commit comments

Comments
 (0)