Skip to content

Commit f23403a

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

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
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-22.04
103103
steps:
104104
- name: Checkout
105-
uses: actions/checkout@v4.1.2
105+
uses: actions/checkout@v4.1.3
106106
with:
107107
# for build-files step
108108
fetch-depth: 0

.github/workflows/verify-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-22.04
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v4.1.2
49+
uses: actions/checkout@v4.1.3
5050
with:
5151
# for build-files step
5252
fetch-depth: 0

0 commit comments

Comments
 (0)