Skip to content

Commit b253579

Browse files
authored
Merge pull request #928 from MPAS-Dev/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 1c2b8ff + 315938d commit b253579

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
3030
name: Checkout Code Repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232

3333
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
3434
name: Set up Python ${{ env.PYTHON_VERSION }}
@@ -70,7 +70,7 @@ jobs:
7070
paths_ignore: ${{ env.PATHS_IGNORE }}
7171

7272
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
73-
uses: actions/checkout@v5
73+
uses: actions/checkout@v6
7474

7575
- if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
7676
name: Set up Conda Environment

.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
docs_version: "latest"
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

.github/workflows/gis_coarse_meshgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: GIS Coarse Mesh Generation
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
submodules: recursive
2222
path: compass

.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@v5
24+
- uses: actions/checkout@v6
2525

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

0 commit comments

Comments
 (0)