We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d42141 commit e0198ccCopy full SHA for e0198cc
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v3
15
- name: Use Node.js 18.x
16
uses: actions/setup-node@v1
17
with:
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ jobs:
9
10
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
ref: ${{ github.event.release.tag_name }}
- run: npm ci
0 commit comments