Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kronenthaler committed Oct 11, 2023
1 parent 892e0a2 commit 3caeb18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/branch-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:

strategy:
matrix:
python: ['3.7', '3.8', '3.9', '3.x']
python: ['3.8', '3.9', '3.10', '3.11', '3.x']

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

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

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
id: checkout
uses: actions/checkout@v3

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

Expand Down
18 changes: 0 additions & 18 deletions .github/workflows/stale.yml

This file was deleted.

0 comments on commit 3caeb18

Please sign in to comment.