Skip to content

Commit 3d0d429

Browse files
authored
Merge pull request #295 from E3SM-Project/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f098cfa + aa35ee0 commit 3d0d429

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_commit_update_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
auto-update:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v5
2525

2626
- name: Set up Python
2727
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)