Skip to content

Commit

Permalink
Bump actions/checkout from 2.3.4 to 2.3.5 (PlasmaPy#1314)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 18, 2021
1 parent 4b11dff commit c1dc941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
fetch-depth: 0
- name: Set up Python
Expand All @@ -93,7 +93,7 @@ jobs:
runs-on: ubuntu-18.04
needs: tests
steps:
- uses: actions/[email protected].4
- uses: actions/[email protected].5
- name: Get history and tags for SCM versioning to work
run: |
git fetch --prune --unshallow
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].4
uses: actions/[email protected].5
with:
fetch-depth: 0
- name: Set up Python
Expand Down

0 comments on commit c1dc941

Please sign in to comment.