We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a22930 commit e15ba26Copy full SHA for e15ba26
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: actions/setup-node@v3
15
with:
16
node-version-file: 'package.json'
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
18
command: manifest
19
20
21
22
fetch-depth: 0
23
ref: 'latest'
0 commit comments