Skip to content

Commit

Permalink
Merge pull request #75 from DrGFreeman/update-gh-action-versions
Browse files Browse the repository at this point in the history
Update GH action versions
  • Loading branch information
DrGFreeman authored Feb 20, 2024
2 parents 885576d + 5e6dfc3 commit 83ad016
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: checks
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "40 22 * * 6"

Expand All @@ -26,11 +30,11 @@ jobs:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
- name: Install tox
Expand Down

0 comments on commit 83ad016

Please sign in to comment.