Skip to content

Commit a9d3ce0

Browse files
Bump actions/checkout from 4 to 5 (#523)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' 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 6e22f03 commit a9d3ce0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/Enzyme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
arch: 'x64'
3333
llvm_args: '--opaque-pointers'
3434
steps:
35-
- uses: actions/checkout@v4
35+
- uses: actions/checkout@v5
3636
with:
3737
fetch-depth: 0 # build_ci.jl needs to be able to inspect the git log
3838
- name: Clone Downstream
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v5
4040
with:
4141
repository: EnzymeAD/Enzyme.jl
4242
path: downstream

.github/workflows/Format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.pull_request.draft == false
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
ref: ${{github.event.pull_request.head.ref}}
2222
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/Test.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@v4
52+
- uses: actions/checkout@v5
5353
with:
5454
fetch-depth: 0 # build_ci.jl needs to be able to inspect the git log
5555

@@ -127,7 +127,7 @@ jobs:
127127
os: 'ubuntu-latest'
128128
arch: 'x64'
129129
steps:
130-
- uses: actions/checkout@v4
130+
- uses: actions/checkout@v5
131131
with:
132132
fetch-depth: 0 # build_ci.jl needs to be able to inspect the git log
133133

@@ -185,7 +185,7 @@ jobs:
185185
name: Documentation
186186
runs-on: ubuntu-latest
187187
steps:
188-
- uses: actions/checkout@v4
188+
- uses: actions/checkout@v5
189189
- uses: julia-actions/setup-julia@latest
190190
with:
191191
version: '1.11'

0 commit comments

Comments
 (0)