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 8c275f5 commit 0aa7704Copy full SHA for 0aa7704
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
node-version: [10.x, 12.x]
13
14
steps:
15
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2.3.2
16
- name: Use Node.js ${{ matrix.node-version }}
17
uses: actions/setup-node@v1
18
with:
.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@ jobs:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v2.3.2
# We must fetch at least the immediate parents so that if this is
19
# a pull request then we can checkout the head.
0 commit comments