Skip to content

Commit 10b97f0

Browse files
Copilotdibarbet
andcommitted
Update checkout action to v4 based on code review
Co-authored-by: dibarbet <5749229+dibarbet@users.noreply.github.com>
1 parent 5d4858e commit 10b97f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/branch-snap.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Check out
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v4
2828
- name: Install NodeJS
2929
uses: actions/setup-node@v4
3030
with:
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Check out merge branch
55-
uses: actions/checkout@v2
55+
uses: actions/checkout@v4
5656
with:
5757
ref: merge/prerelease-to-release
5858
fetch-depth: 0

0 commit comments

Comments
 (0)