Skip to content

Commit e9594ad

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
arch: 'x64'
5050
llvm_args: '--opaque-pointers'
5151
steps:
52-
- uses: actions/checkout@v3
52+
- uses: actions/checkout@v4
5353
with:
5454
fetch-depth: 0 # build_ci.jl needs to be able to inspect the git log
5555

@@ -110,7 +110,7 @@ jobs:
110110
arch: ['x64']
111111
llvm_args: ['', '--opaque-pointers']
112112
steps:
113-
- uses: actions/checkout@v3
113+
- uses: actions/checkout@v4
114114
with:
115115
fetch-depth: 0 # build_ci.jl needs to be able to inspect the git log
116116

@@ -154,7 +154,7 @@ jobs:
154154
name: Documentation
155155
runs-on: ubuntu-latest
156156
steps:
157-
- uses: actions/checkout@v3
157+
- uses: actions/checkout@v4
158158
- uses: julia-actions/setup-julia@latest
159159
with:
160160
version: '1.8'

0 commit comments

Comments
 (0)