Skip to content

Commit 6418ea3

Browse files
build(deps): bump actions/checkout in the updates group
Bumps the updates group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0843d19 commit 6418ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-multiarch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
runs-on: ubuntu-22.04
113113
steps:
114114
- name: Checkout
115-
uses: actions/[email protected].0
115+
uses: actions/[email protected].1
116116
with:
117117
# for build-files step
118118
fetch-depth: 0

.github/workflows/verify-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-22.04
5151
steps:
5252
- name: Checkout
53-
uses: actions/[email protected].0
53+
uses: actions/[email protected].1
5454
with:
5555
# for build-files step
5656
fetch-depth: 0

0 commit comments

Comments
 (0)