Skip to content

Commit

Permalink
Merge pull request #660 from zerothi/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
zerothi authored Dec 11, 2023
2 parents a9fdfe3 + 9757b0a commit b4b1bfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation_ghpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
sudo apt-get install gfortran
- name: Setup python environment
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
sudo apt-get install gcc gfortran
- name: Python installation
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
path: dist

- name: Python installation
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.8"

Expand Down

0 comments on commit b4b1bfa

Please sign in to comment.