Skip to content

Commit 5ad74e7

Browse files
authored
Merge pull request #174 from E3SM-Project/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 3 to 5
2 parents b0fe450 + 3d9eea2 commit 5ad74e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_workflow.yml

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

3232
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
3333
name: Set up Python 3.10
34-
uses: actions/setup-python@v3
34+
uses: actions/setup-python@v5
3535
with:
3636
python-version: "3.10"
3737

0 commit comments

Comments
 (0)