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 8a63ea2 commit ef60004Copy full SHA for ef60004
.github/workflows/build.yml
@@ -12,7 +12,7 @@ jobs:
12
node-version: [14.x, 16.x, 18.x]
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
- name: Use Node.js ${{ matrix.node-version }}
17
uses: actions/setup-node@v2
18
with:
.github/workflows/push.yml
runs-on: ubuntu-latest
- name: Checkout Repo
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
fetch-depth: 0
0 commit comments