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 1d33407 commit 5aed0f0Copy full SHA for 5aed0f0
.github/workflows/ci-cd.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
21
steps:
22
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
23
- name: Use Node.js 18.x
24
uses: actions/setup-node@v2
25
with:
@@ -43,7 +43,7 @@ jobs:
43
needs: build
44
45
46
47
- name: Get NPM Version
48
id: package-version
49
uses: martinbeentjes/npm-get-version-action@main
.github/workflows/codeql-analysis.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
fetch-depth: 2
0 commit comments