Skip to content

Commit 68f648a

Browse files
authored
Merge Pull Request #2979 from E3SM-Project/scream/dependabot/github_actions/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
2 parents 3991e10 + dacbb43 commit 68f648a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/e3sm-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Show action trigger
3232
run: echo "= The job was automatically triggered by a ${{github.event_name}} event on repo ${{github.event.repository.name}}."
3333
- name: Set up Python 3.10
34-
uses: actions/setup-python@v5.1.1
34+
uses: actions/setup-python@v5.2.0
3535
with:
3636
python-version: "3.10"
3737
- name: Install python deps

.github/workflows/eamxx-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "= The job was automatically triggered by a ${{github.event_name}} event."
5555
5656
- name: Set up Python 3.11
57-
uses: actions/setup-python@v5.1.1
57+
uses: actions/setup-python@v5.2.0
5858
with:
5959
python-version: "3.11"
6060

.github/workflows/eamxx_default_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
show-progress: false
2323
submodules: false
2424
- name: Set up Python 3.11
25-
uses: actions/setup-python@v5.1.1
25+
uses: actions/setup-python@v5.2.0
2626
with:
2727
python-version: "3.11"
2828
- name: Run unit tests

0 commit comments

Comments
 (0)