We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f33cb commit 663432fCopy full SHA for 663432f
.github/workflows/lint-test.yaml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout
10
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
11
12
- name: Fetch history
13
run: git fetch --prune --unshallow
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
.github/workflows/release.yaml
@@ -10,7 +10,7 @@ jobs:
14
with:
15
fetch-depth: 0
16
0 commit comments