Skip to content

Commit

Permalink
Merge branch 'dependabot/github_actions/actions/setup-python-5.2.0' i…
Browse files Browse the repository at this point in the history
…nto 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]
  • Loading branch information
rljacob committed Sep 5, 2024
2 parents 8f40dba + 15d891a commit 31ce563
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 @@ -21,7 +21,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 31ce563

Please sign in to comment.