Skip to content

Commit b2bf304

Browse files
dependabot[bot]rolinh
authored andcommitted
[v0.1] 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 2dcc8d4 commit b2bf304

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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:

0 commit comments

Comments
 (0)