Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 2.3.5 to 2.4.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 2.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2.3.5...v2.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rvagg committed Nov 4, 2021
1 parent 2045898 commit 8a76824
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Use Node.js ${{ matrix.node }}
uses: actions/[email protected]
with:
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
- name: Use Node.js ${{ matrix.node }}
uses: actions/[email protected]
with:
Expand All @@ -48,7 +48,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
steps:
- name: Checkout
uses: actions/checkout@v2.3.5
uses: actions/checkout@v2.4.0
with:
fetch-depth: 0
- name: Setup Node.js
Expand Down

0 comments on commit 8a76824

Please sign in to comment.