Skip to content

Commit db81e7a

Browse files
Bump actions/checkout from v2.3.2 to v2.3.4 (#22)
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.2 to v2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.2...5a4ac90) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5a7397a commit db81e7a

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.2
21+
- uses: actions/checkout@v2.3.4
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@v2.3.2
12+
uses: actions/checkout@v2.3.4
1313
- name: Set up Node.js
1414
uses: actions/setup-node@v2.1.1
1515
with:

0 commit comments

Comments
 (0)