Skip to content

Commit

Permalink
Merge pull request #2299 from SciTools/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
dopplershift committed Dec 7, 2023
2 parents 234a077 + 49b1ae5 commit 08f8e21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
# We need the full history to generate the proper version number
fetch-depth: 0

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
name: Install Python
with:
python-version: '3.11'
Expand Down

0 comments on commit 08f8e21

Please sign in to comment.