Skip to content

Commit 5f98e67

Browse files
dependabot[bot]rolinh
authored andcommitted
ci: Bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) --- 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 01da365 commit 5f98e67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-images-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
4444
4545
- name: Checkout Source Code
46-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
46+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
4747
with:
4848
persist-credentials: false
4949

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
13+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1414
- name: Install Go
1515
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
1616
with:

.github/workflows/tests-smoke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde
1616

1717
- name: Checkout code
18-
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
18+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1919

2020
- name: Install Go
2121
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7

0 commit comments

Comments
 (0)