Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 2.3.5 (#2445)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 15, 2021
1 parent b77aee1 commit 2697478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:

- name: 1. Check out code
uses: actions/checkout@v2.3.4 # https://github.com/actions/checkout
uses: actions/checkout@v2.3.5 # https://github.com/actions/checkout
with:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2.3.4 # https://github.com/actions/checkout
uses: actions/checkout@v2.3.5 # https://github.com/actions/checkout
with:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

Expand Down

0 comments on commit 2697478

Please sign in to comment.