Skip to content

Commit 17f2a43

Browse files
authored
Merge pull request #1 from feelpp/dependabot/github_actions/actions/checkout-v2.3.2
Update actions/checkout requirement to v2.3.2
2 parents 6ee2953 + dc84805 commit 17f2a43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21-
- uses: actions/checkout@v2.3.1
21+
- uses: actions/checkout@v2.3.2
2222
- name: Install
2323
run: npm install
2424
working-directory: docs

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout repository
12-
uses: actions/checkout@master
12+
uses: actions/checkout@v2.3.2
1313
- name: Set up Node.js
1414
uses: actions/setup-node@v2-beta
1515
with:

0 commit comments

Comments
 (0)