We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c782be2 commit 396e9b7Copy full SHA for 396e9b7
.github/workflows/release.yml
@@ -22,12 +22,12 @@ jobs:
22
23
# First check out master and run the script that figures out which version of create-app we should use
24
- name: Check out repository code
25
- uses: actions/checkout@v2
+ uses: actions/checkout@v5
26
- uses: actions/setup-node@v2
27
with:
28
node-version: 20
29
- name: Check out release base
30
31
32
ref: "release-base"
33
- name: Setup global git bot user
@@ -91,7 +91,7 @@ jobs:
91
92
steps:
93
- name: Check out diffs branch
94
95
96
ref: "master"
97
fetch-depth: 0
0 commit comments