Skip to content

Commit

Permalink
Merge pull request #75 from cfengine/olehermanse-patch-3
Browse files Browse the repository at this point in the history
python-tests: Upgraded GH Actions checkout from v2 to v3
  • Loading branch information
olehermanse authored Jan 12, 2024
2 parents 60ddb1d + a095fd1 commit 4c5d794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: [3.5, 3.6, 3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 4c5d794

Please sign in to comment.