Skip to content

Commit 8ffe101

Browse files
dependabot[bot]rolinh
authored andcommitted
build(deps): bump actions/checkout from 4.1.5 to 4.1.6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@44c2b7a...a5ac7e5) --- 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 999ead7 commit 8ffe101

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
46+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b
12+
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
1313
- name: Install Go
1414
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7
1515
with:

0 commit comments

Comments
 (0)