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 5302575 commit 625b09cCopy full SHA for 625b09c
.github/workflows/ci.yml
@@ -23,10 +23,10 @@ jobs:
23
24
steps:
25
- name: Git checkout
26
- uses: actions/checkout@v2
+ uses: actions/checkout
27
28
- name: Use Node.js ${{ matrix.node-version }}
29
- uses: actions/setup-node@v1
+ uses: actions/setup-node
30
with:
31
node-version: ${{ matrix.node-version }}
32
.github/workflows/codeql-analysis.yml
@@ -30,7 +30,7 @@ jobs:
- name: Checkout repository
33
34
35
# Initializes the CodeQL tools for scanning.
36
- name: Initialize CodeQL
0 commit comments