We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 511285d + bb0d414 commit f39ab22Copy full SHA for f39ab22
.github/workflows/check-dist.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3.1.0
25
26
- name: Set Node.js 16.x
27
uses: actions/setup-node@v2.5.1
.github/workflows/main.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
- name: Checkout repo
12
- uses: actions/checkout@v2
+ uses: actions/checkout@v3.1.0
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
15
fetch-depth: 0
0 commit comments