Skip to content
This repository has been archived by the owner on Feb 23, 2022. It is now read-only.

Commit

Permalink
Merge pull request #51 from KSXGitHub/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-v2.3.4

Bump actions/checkout from v2.3.3 to v2.3.4
  • Loading branch information
KSXGitHub committed Nov 9, 2020
2 parents b3acb67 + 423e423 commit 560c0ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
node: 14.x
cmd: pnpm run sane-fmt -- --log-format=github-actions --details=diff
steps:
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
- name: Use Node.js ${{ matrix.vars.node }}
uses: actions/setup-node@v2.1.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-web-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Publish Web Pages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.3
- uses: actions/checkout@v2.3.4
- uses: actions/setup-node@v2.1.2
with:
node-version: 14.x
Expand Down

0 comments on commit 560c0ab

Please sign in to comment.