Skip to content

Commit 396e9b7

Browse files
authored
Upgrade GitHub Actions checkout to version 5
1 parent c782be2 commit 396e9b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222

2323
# First check out master and run the script that figures out which version of create-app we should use
2424
- name: Check out repository code
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v5
2626
- uses: actions/setup-node@v2
2727
with:
2828
node-version: 20
2929
- name: Check out release base
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v5
3131
with:
3232
ref: "release-base"
3333
- name: Setup global git bot user
@@ -91,7 +91,7 @@ jobs:
9191

9292
steps:
9393
- name: Check out diffs branch
94-
uses: actions/checkout@v2
94+
uses: actions/checkout@v5
9595
with:
9696
ref: "master"
9797
fetch-depth: 0

0 commit comments

Comments
 (0)