Skip to content

Commit

Permalink
Merge pull request #743 from sshuttle/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-3

Bump actions/checkout from 2.4.0 to 3
  • Loading branch information
brianmay committed Mar 2, 2022
2 parents ce7b4f8 + 1ed09fb commit 8c94b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]

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

0 comments on commit 8c94b55

Please sign in to comment.