Skip to content

Commit 8d7398a

Browse files
dependabot[bot]qmonnet
authored andcommitted
Bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@eef6144...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7713140 commit 8d7398a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance-tetragon-gke.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 30
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2222
with:
2323
fetch-depth: 0
2424
persist-credentials: false

.github/workflows/validate-cilium-chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
timeout-minutes: 5
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
15+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1616
with:
1717
fetch-depth: 0
1818
persist-credentials: false

0 commit comments

Comments
 (0)