Skip to content

Commit

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

Bump actions/setup-python from 2.3.0 to 2.3.1
  • Loading branch information
brianmay committed Nov 30, 2021
2 parents 01415dc + fa0de2d commit 4f20efd
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.3.0
uses: actions/setup-python@v2.3.1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 4f20efd

Please sign in to comment.