Skip to content

Commit

Permalink
Merge pull request #8 from Mr-Milk/renovate/actions-setup-python-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-python action to v4
  • Loading branch information
Mr-Milk committed Oct 12, 2022
2 parents 850f682 + 4ec8041 commit 26713ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.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@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 26713ee

Please sign in to comment.