Skip to content

Commit

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

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 May 12, 2021
1 parent 625bd33 commit 3dc7b7c
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 # https://github.com/actions/checkout
uses: actions/checkout@v2.3.4 # 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 # https://github.com/actions/checkout
uses: actions/checkout@v2.3.4 # 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 3dc7b7c

Please sign in to comment.