Skip to content

Commit 66dc024

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent deb8277 commit 66dc024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
make
5555
echo "BRAID_DIR=${PWD}" >> $GITHUB_ENV
5656
57-
- uses: actions/checkout@v6
57+
- uses: actions/checkout@v7
5858

5959
- name: Compile all projects
6060
run: |

0 commit comments

Comments
 (0)