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 bc67088 commit 38b2189Copy full SHA for 38b2189
.github/workflows/codeql.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
20
with:
21
# We must fetch at least the immediate parents so that if this is
22
# a pull request then we can checkout the head.
.github/workflows/update.yml
@@ -8,7 +8,7 @@ jobs:
8
update:
9
runs-on: ubuntu-latest
10
11
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
12
- uses: actions/setup-node@v2
13
14
node-version: 16
0 commit comments