Skip to content

Commit

Permalink
⬆️ Bump actions/checkout from v2.3.3 to v2.3.4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 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.3...5a4ac90)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 4, 2020
1 parent f2a7908 commit cf20ef8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Check licenses
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4
- name: Setup license
uses: jonabc/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- name: Checkout
uses: actions/[email protected].3
uses: actions/[email protected].4
- name: Setup Node.js
uses: actions/[email protected]
with:
Expand Down

0 comments on commit cf20ef8

Please sign in to comment.