Skip to content

Commit 7922797

Browse files
build(deps): bump actions/checkout from 5.0.0 to 6.0.0 (#3771)
1 parent afaa4c8 commit 7922797

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/checkout@v5.0.0
115+
uses: actions/checkout@v6.0.0
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/checkout@v5.0.0
53+
uses: actions/checkout@v6.0.0
5454
with:
5555
# for build-files step
5656
fetch-depth: 0

0 commit comments

Comments
 (0)