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.
2 parents 41e10b1 + 2cd59e7 commit 780c7eeCopy full SHA for 780c7ee
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
environment: deploy
8
steps:
9
- name: Checkout Commit
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
11
with:
12
fetch-depth: 0
13
- name: Setup Node
.github/workflows/codeql.yml
@@ -40,7 +40,7 @@ jobs:
40
41
42
- name: Checkout repository
43
44
45
# Initializes the CodeQL tools for scanning.
46
- name: Initialize CodeQL
.github/workflows/deploy.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
21
- name: Checkout your repository using git
22
23
24
- name: Install Node.js
25
uses: actions/setup-node@v4
0 commit comments