Skip to content

Commit 12c881a

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0 in the github group
Bumps the github group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b71c854 commit 12c881a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/helm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
matrix: ${{ steps.set-matrix.outputs.matrix }}
3131
steps:
3232
- name: 📥 Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
fetch-depth: 0
3636

@@ -87,7 +87,7 @@ jobs:
8787
matrix: ${{ fromJson(needs.detect-changes.outputs.matrix) }}
8888
steps:
8989
- name: 📥 Checkout repository
90-
uses: actions/checkout@v4
90+
uses: actions/checkout@v5
9191
with:
9292
fetch-depth: 0
9393

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: step-security/harden-runner@c6295a65d1254861815972266d5933fd6e532bdf # v2.11.1
1717
with:
1818
egress-policy: audit
19-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
2020
- name: ⬇️ lint markdown files
2121
uses: avto-dev/markdown-lint@04d43ee9191307b50935a753da3b775ab695eceb # v1.5.0
2222
with:

0 commit comments

Comments
 (0)