We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc40bb3 commit a647fe8Copy full SHA for a647fe8
3 files changed
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
steps:
40
- name: Checkout repository
41
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
- name: Checkout
20
21
with:
22
fetch-depth: 0
23
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
- name: Checkout repo
16
- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v4
0 commit comments