Skip to content

Commit

Permalink
Merge pull request #9973 from KratosMultiphysics/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/setup-python-4

Bump actions/setup-python from 2 to 4
  • Loading branch information
roigcarlo authored Jun 20, 2022
2 parents 54a3025 + 95dbe2c commit 0d3f111
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.8'

Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.8'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: '3.8'

Expand Down

0 comments on commit 0d3f111

Please sign in to comment.