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 8de76f3 commit 311ee9aCopy full SHA for 311ee9a
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
lint:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- name: Use Node.js 16
15
uses: actions/setup-node@v3
16
with:
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
- name: Checkout Repo
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
# Fetch all git history for correct changelog commits
17
fetch-depth: 0
0 commit comments