Skip to content

Commit

Permalink
Updated github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-zeller committed Nov 9, 2024
1 parent 484b49c commit 787edb8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
# access_token: ${{ github.token }}
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -42,7 +42,7 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Check out Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Runs a set of commands using the runners shell
- name: Set up Path
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-imports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Check out Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# We now test with Python 3.10
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Check out Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# We now test with Python 3.10
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10.9'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Check out Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# We now test with Python 3.10
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10.9'

Expand Down

0 comments on commit 787edb8

Please sign in to comment.