Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #171 from apatard/gha_checkout_1.0
Browse files Browse the repository at this point in the history
.github/workflows/tox.yml: Increase version of actions/checkout
  • Loading branch information
ziegenberg authored Apr 12, 2022
2 parents 4285141 + c27b099 commit e2f2f39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
if: ${{ ! matrix.skip_vagrant }}

- name: Check out src from Git
uses: actions/checkout@v1
uses: actions/checkout@v2
with:
fetch-depth: 0 # needed by setuptools-scm

- name: Enable vagrant box caching
uses: actions/cache@v2
Expand Down

0 comments on commit e2f2f39

Please sign in to comment.