Skip to content

Commit

Permalink
Merge pull request #700 from sshuttle/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-2.3.0

Bump actions/setup-python from 2.2.2 to 2.3.0
  • Loading branch information
brianmay committed Nov 18, 2021
2 parents b896a4b + 9257077 commit 01415dc
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 @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 01415dc

Please sign in to comment.