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 4350e53 commit 5f68935Copy full SHA for 5f68935
.github/workflows/on-commit.yml
@@ -39,7 +39,7 @@ jobs:
39
runs-on: ubuntu-latest
40
steps:
41
- name: Checkout Repo
42
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
43
44
- name: Setup Node.js 20
45
uses: actions/setup-node@v3
.github/workflows/quality.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Checkout
20
- uses: actions/checkout@v4.1.7
+ uses: actions/checkout@v4.2.2
21
with:
22
show-progress: false
23
@@ -58,7 +58,7 @@ jobs:
58
59
60
61
62
63
64
0 commit comments