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 b134b46 commit 460490fCopy full SHA for 460490f
.github/workflows/changeset.yml
@@ -28,7 +28,7 @@ jobs:
28
DEBUG: true
29
steps:
30
- name: Checkout
31
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
32
with:
33
fetch-depth: 0
34
persist-credentials: false
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
timeout-minutes: 3
13
14
15
16
- name: Install
17
run: yarn
18
- name: Lint
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
timeout-minutes: 10
# This makes Actions fetch all Git history so that Changesets can
# generate changelogs with the correct commits.
0 commit comments