Skip to content

Commit dc76bc8

Browse files
Bump actions/checkout from 4 to 5 (#148)
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 65b8f51 commit dc76bc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# ubuntu 24.04 supports have LLVM 18(https://apt.llvm.org/noble/dists/),
4141
runs-on: ubuntu-24.04
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@v5
4444
with:
4545
submodules: true
4646

@@ -78,7 +78,7 @@ jobs:
7878
# ubuntu 24.04 supports LLVM 18(https://apt.llvm.org/noble/dists/),
7979
runs-on: ubuntu-24.04
8080
steps:
81-
- uses: actions/checkout@v4
81+
- uses: actions/checkout@v5
8282
with:
8383
submodules: true
8484

0 commit comments

Comments
 (0)