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 6ee2953 + dc84805 commit 17f2a43Copy full SHA for 17f2a43
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
steps:
20
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
- - uses: actions/checkout@v2.3.1
+ - uses: actions/checkout@v2.3.2
22
- name: Install
23
run: npm install
24
working-directory: docs
.github/workflows/npm-publish.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
- name: Checkout repository
12
- uses: actions/checkout@master
+ uses: actions/checkout@v2.3.2
13
- name: Set up Node.js
14
uses: actions/setup-node@v2-beta
15
with:
0 commit comments