Skip to content

Commit

Permalink
update action to actions/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfriend committed Mar 10, 2024
1 parent 946f698 commit dd02b03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
submodules: recursive

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v5.0.0
with:
python-version: 3.11

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
submodules: recursive

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v5.0.0
with:
python-version: 3.11

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
submodules: recursive

- uses: actions/setup-python@v4.5.0
- uses: actions/setup-python@v5.0.0
with:
python-version: '${{ matrix.python-version }}'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
submodules: recursive

- name: Setup Python
uses: actions/setup-python@v4.5.0
uses: actions/setup-python@v5.0.0

- name: Make sdist
run: |
Expand Down

0 comments on commit dd02b03

Please sign in to comment.