Skip to content

Commit

Permalink
Merge Pull Request #2979 from E3SM-Project/scream/dependabot/github_a…
Browse files Browse the repository at this point in the history
…ctions/actions/setup-python-5.2.0

Automatically Merged using E3SM Pull Request AutoTester
PR Title: Bump actions/setup-python from 5.1.1 to 5.2.0
PR Author: dependabot[bot]
PR LABELS: AT: AUTOMERGE, AT: Integrate Without Testing
  • Loading branch information
E3SM-Bot authored Sep 2, 2024
2 parents 3991e10 + dacbb43 commit 68f648a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e3sm-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Show action trigger
run: echo "= The job was automatically triggered by a ${{github.event_name}} event on repo ${{github.event.repository.name}}."
- name: Set up Python 3.10
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: "3.10"
- name: Install python deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eamxx-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "= The job was automatically triggered by a ${{github.event_name}} event."
- name: Set up Python 3.11
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: "3.11"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eamxx_default_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
show-progress: false
submodules: false
- name: Set up Python 3.11
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: "3.11"
- name: Run unit tests
Expand Down

0 comments on commit 68f648a

Please sign in to comment.