Skip to content

Commit

Permalink
update github actions versions
Browse files Browse the repository at this point in the history
afflux committed Aug 31, 2023
1 parent c542a5b commit ab378e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
@@ -17,9 +17,9 @@ jobs:
os: ["ubuntu-latest", "windows-latest", "macos-latest"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install tox

0 comments on commit ab378e9

Please sign in to comment.