Skip to content

Commit ed59bf8

Browse files
chore(deps): bump actions/checkout from 4 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...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 bd7f260 commit ed59bf8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
run:
1313
working-directory: .
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v7
1616
- name: Install dependencies
1717
run: sudo apt-get update && sudo apt-get install -y build-essential cppcheck clang-format
1818
- name: Run linter

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
config-file: release-please-config.json
2323
manifest-file: .release-please-manifest.json
2424

25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v7
2626
if: ${{ steps.release.outputs.release_created }}
2727

2828
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)