Skip to content

Commit

Permalink
chore: upgrade actions for CI (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kronenthaler committed Oct 11, 2023
1 parent a62840b commit e84db61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/branch-check.yml
Expand Up @@ -14,15 +14,15 @@ jobs:

strategy:
matrix:
python: ['3.6', '3.7', '3.8', '3.9']
python: ['3.8', '3.9']

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
id: checkout

- name: Setup
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
id: checkout

- name: Setup
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.x'

Expand Down

0 comments on commit e84db61

Please sign in to comment.