Skip to content

Commit

Permalink
Upgrade GitHub Action setup-python (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jun 24, 2023
1 parent f714904 commit b70edfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit b70edfa

Please sign in to comment.