Skip to content

Commit 1660af4

Browse files
authored
Merge pull request #294 from E3SM-Project/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 3d0d429 + d50e6b6 commit 1660af4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
3535
name: Set up Python ${{ env.PYTHON_VERSION }}
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: ${{ env.PYTHON_VERSION }}
3939

.github/workflows/pre_commit_update_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v5
2525

2626
- name: Set up Python
27-
uses: actions/setup-python@v5
27+
uses: actions/setup-python@v6
2828
with:
2929
python-version: ${{ env.PYTHON_VERSION }}
3030

0 commit comments

Comments
 (0)