Skip to content

Commit

Permalink
Merge pull request #191 from henricm/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-4.1.0
  • Loading branch information
argoyle authored Jul 12, 2022
2 parents baf777e + ac15ac3 commit 8ecddec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.0.0
uses: actions/setup-python@v4.1.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 8ecddec

Please sign in to comment.