Skip to content

Commit 416e6be

Browse files
authored
Merge pull request #1125 from MPAS-Dev/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 5c7c0ae + 94219e2 commit 416e6be

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
@@ -37,7 +37,7 @@ jobs:
3737
paths_ignore: ${{ env.PATHS_IGNORE }}
3838

3939
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141

4242
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
4343
name: Cache Conda

.github/workflows/docs_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
shell: bash -l {0}
2121
timeout-minutes: 20
2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v6
2424
with:
2525
persist-credentials: false
2626
fetch-depth: 0

0 commit comments

Comments
 (0)