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 4ae5846 commit f269be2Copy full SHA for f269be2
.github/workflows/changeset.yml
@@ -10,7 +10,7 @@ jobs:
10
timeout-minutes: 5
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
with:
15
fetch-depth: 0
16
persist-credentials: false
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
- name: Install
17
run: yarn
18
- name: Lint
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
timeout-minutes: 10
# This makes Actions fetch all Git history so that Changesets can
# generate changelogs with the correct commits.
0 commit comments