Skip to content

Commit

Permalink
Update GitHub action versions (#183)
Browse files Browse the repository at this point in the history
* Update GitHub action versions

Update GitHub actions to latest version.
Update Python used in actions to latest version.
  • Loading branch information
gmlueck authored Mar 29, 2024
1 parent 2f6abd5 commit 82d431b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'
cache: 'pip'
- run: pip install -r requirements.txt
- name: Checks
uses: pre-commit/[email protected].0
- uses: actions/upload-artifact@v3
uses: pre-commit/[email protected].1
- uses: actions/upload-artifact@v4
if: always()
with:
name: docs
Expand Down

0 comments on commit 82d431b

Please sign in to comment.