Skip to content

Commit 959d53e

Browse files
Bump actions/checkout from 3 to 4 (#7)
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 f9f43dc commit 959d53e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install dependencies
1414
run: sudo apt-get install -y cmake make llvm-dev lld clang libclang-dev
1515
- name: Checkout Enzyme
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717
with:
1818
repository: 'EnzymeAD/Enzyme'
1919
path: 'enzyme'
@@ -24,7 +24,7 @@ jobs:
2424
working-directory: enzyme/build
2525
run: sudo make -j `nproc` install
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828
with:
2929
path: 'main'
3030
- name: Configure

0 commit comments

Comments
 (0)