Skip to content

Commit

Permalink
ci(test): bump python version and GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xatier committed Aug 7, 2024
1 parent 0b3dfb9 commit 0af6536
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.12'

- name: Change diff
run: git --no-pager show -m "$GITHUB_SHA" --color
Expand All @@ -37,6 +37,7 @@ jobs:
yapf --version
black --version
pylint --version
mypy --version
vint --version
wormhole --version
set +x

0 comments on commit 0af6536

Please sign in to comment.