Skip to content

Commit 2e554b7

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/aeon_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Aeon CI
1+
name: Aeon CI
22

33
on:
44
push:
@@ -11,7 +11,7 @@ jobs:
1111
name: Code Analysis
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- name: Install cppcheck
1616
run: sudo apt-get install -y cppcheck
1717
- name: Run cppcheck on Aeon headers
@@ -26,7 +26,7 @@ jobs:
2626
name: Sovereign Integrity Check
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v6
3030
- name: No private keys or tokens in source
3131
run: |
3232
if grep -rE "BEGIN.*(PRIVATE|RSA|EC) KEY|ghp_|ghs_|glpat-" --include="*.h" --include="*.cpp" --include="*.py" . 2>/dev/null; then
@@ -42,7 +42,7 @@ jobs:
4242
permissions:
4343
contents: write
4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v6
4646
- uses: softprops/action-gh-release@v2
4747
with:
4848
generate_release_notes: true

.github/workflows/deploy_evolution.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id-token: write
2222

2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525

2626
- name: Authenticate to Google Cloud
2727
uses: google-github-actions/auth@v2

0 commit comments

Comments
 (0)