Skip to content

Commit c2e8aba

Browse files
authored
Merge pull request #65 from github/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.2.0 to 4.2.2
2 parents 7bfb1c4 + a1acd16 commit c2e8aba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
REGISTRY: ghcr.io
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
- name: Extract Helm chart name and version
2323
id: release-details
2424
run: |

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
with:
1515
fetch-depth: 0
1616

0 commit comments

Comments
 (0)