Skip to content

Commit

Permalink
Merge pull request #125 from ecmwf-projects/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/{{cookiecutter.project_name}}/dot-github/workflows/actions/setup-python-5

Bump actions/setup-python from 4 to 5 in /{{cookiecutter.project_name}}/.github/workflows
  • Loading branch information
malmans2 authored Dec 11, 2023
2 parents 0d98521 + 2df673e commit 06b339f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions {{cookiecutter.project_name}}/.github/workflows/on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: pre-commit/[email protected]
Expand All @@ -33,7 +33,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install conda-merge
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install package
Expand Down

0 comments on commit 06b339f

Please sign in to comment.