Skip to content

Commit ec8c7f5

Browse files
Bump actions/checkout from 3 to 4 (#309)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout 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 bfb180c commit ec8c7f5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
arch:
4242
- x64
4343
steps:
44-
- uses: actions/checkout@v3
44+
- uses: actions/checkout@v4
4545
- uses: julia-actions/setup-julia@v1
4646
with:
4747
version: ${{ matrix.version }}
@@ -66,7 +66,7 @@ jobs:
6666
name: Documentation
6767
runs-on: ubuntu-latest
6868
steps:
69-
- uses: actions/checkout@v3
69+
- uses: actions/checkout@v4
7070
- uses: julia-actions/setup-julia@v1
7171
with:
7272
version: '1'

Diff for: .github/workflows/downstream.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
- {repo: InfiniteLinearAlgebra.jl, group: JuliaLinearAlgebra}
3535

3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- uses: julia-actions/setup-julia@v1
3939
with:
4040
version: ${{ matrix.julia-version }}
4141
arch: x64
4242
- uses: julia-actions/julia-buildpkg@latest
4343
- name: Clone Downstream
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545
with:
4646
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
4747
path: downstream

0 commit comments

Comments
 (0)