Skip to content

Commit 31ce563

Browse files
committed
Merge branch 'dependabot/github_actions/actions/setup-python-5.2.0' into next (PR #6578)
Bumps actions/setup-python from 5.1.1 to 5.2.0. Bug fixes: Add arch to cache key. This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts. [BFB]
2 parents 8f40dba + 15d891a commit 31ce563

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
@@ -21,7 +21,7 @@ jobs:
2121
show-progress: false
2222
submodules: false
2323
- name: Set up Python 3.11
24-
uses: actions/setup-python@v5.1.1
24+
uses: actions/setup-python@v5.2.0
2525
with:
2626
python-version: "3.11"
2727
- name: Run unit tests

0 commit comments

Comments
 (0)