Skip to content

Commit ebdfc9a

Browse files
Bump actions/checkout from 3 to 4 (#585)
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 5bfe08f commit ebdfc9a

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
@@ -47,7 +47,7 @@ jobs:
4747
arch:
4848
- x64
4949
steps:
50-
- uses: actions/checkout@v3
50+
- uses: actions/checkout@v4
5151
- uses: julia-actions/setup-julia@v1
5252
with:
5353
version: ${{ matrix.version }}

.github/workflows/downstream.yml

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

4747
steps:
48-
- uses: actions/checkout@v3
48+
- uses: actions/checkout@v4
4949
- uses: julia-actions/setup-julia@v1
5050
with:
5151
version: ${{ matrix.julia-version }}
5252
arch: x64
5353
- uses: julia-actions/julia-buildpkg@latest
5454
- name: Clone Downstream
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v4
5656
with:
5757
repository: ${{ matrix.package.group }}/${{ matrix.package.repo }}
5858
path: downstream

0 commit comments

Comments
 (0)