Skip to content

Commit c914f2c

Browse files
dependabot[bot]michi-covalent
authored andcommitted
Bump actions/checkout from 3.5.2 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e5e7e5...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 89896ef commit c914f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/conformance-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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
21+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2222
with:
2323
fetch-depth: 0
2424
persist-credentials: false

.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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
21+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2222
with:
2323
fetch-depth: 0
2424
persist-credentials: false

0 commit comments

Comments
 (0)