Skip to content

Commit

Permalink
Merge pull request #476 from MaCFP/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
rmcdermo committed Feb 1, 2024
2 parents 84b9813 + c9796cf commit b9a2667
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Buoyant_Plumes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

# Setup python
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Experimental_Data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v4

# Setup python
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Extinction.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

# Setup python
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Fire_Growth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

# Setup python
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Gaseous_Pool_Fires.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

# Setup python
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Liquid_Pool_Fires.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

# Setup python
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Wall_Fires.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- uses: actions/checkout@v4

# Setup python
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pip' # caching pip dependencies
Expand Down

0 comments on commit b9a2667

Please sign in to comment.