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 b95e544 commit 50d6b05Copy full SHA for 50d6b05
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
timeout-minutes: 3
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
- name: Install
17
run: yarn
18
- name: Lint
.github/workflows/commit.yml
@@ -25,7 +25,7 @@ jobs:
25
DEBUG: true
26
27
28
29
with:
30
fetch-depth: 0
31
persist-credentials: false
.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