Skip to content

Commit 7dbeac9

Browse files
build(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the updates group (#3105)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4773e4 commit 7dbeac9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-multiarch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-22.04
9494
steps:
9595
- name: Checkout
96-
uses: actions/checkout@v4.2.0
96+
uses: actions/checkout@v4.2.1
9797
with:
9898
# for build-files step
9999
fetch-depth: 0

.github/workflows/verify-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-22.04
4848
steps:
4949
- name: Checkout
50-
uses: actions/checkout@v4.2.0
50+
uses: actions/checkout@v4.2.1
5151
with:
5252
# for build-files step
5353
fetch-depth: 0

0 commit comments

Comments
 (0)