Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rvagg committed Oct 18, 2021
1 parent 6b07cd8 commit 6d5528a
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.4
uses: actions/checkout@v2.3.5
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2.4.1
with:
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2.3.5
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v2.4.1
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.4
uses: actions/checkout@v2.3.5
with:
fetch-depth: 0
- name: Setup Node.js
Expand Down

0 comments on commit 6d5528a

Please sign in to comment.