Skip to content

Commit 4ea8c0c

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

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

.github/workflows/downstream.yml

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

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

0 commit comments

Comments
 (0)