We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7a22930 + e15ba26 commit db02e5bCopy full SHA for db02e5b
.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