Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 2.3.4 (PlasmaPy#1137)
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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2021
1 parent d402a03 commit 559c095
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- name: Set up Python
Expand All @@ -105,7 +105,7 @@ jobs:
runs-on: ubuntu-18.04
needs: tests
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2.3.4
- name: Get history and tags for SCM versioning to work
run: |
git fetch --prune --unshallow
Expand Down

0 comments on commit 559c095

Please sign in to comment.