Skip to content

Commit

Permalink
Merge pull request #16 from little-core-labs/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-v2.3.4

chore(deps): bump actions/checkout from v2.3.3 to v2.3.4
  • Loading branch information
bcomnes authored Nov 5, 2020
2 parents ac2d3c1 + 1d7f900 commit d29e801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
version_and_release:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
# fetch full history so things like auto-changelog work properly
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
node: [14]

steps:
- uses: actions/[email protected].3
- uses: actions/[email protected].4
- name: Use Node.js ${{ matrix.node }}
uses: actions/[email protected]
with:
Expand Down

0 comments on commit d29e801

Please sign in to comment.