Skip to content

Commit b352abf

Browse files
authored
Merge pull request #694 from MPAS-Dev/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents e9953cc + 4299842 commit b352abf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
timeout-minutes: 5
3636
steps:
3737
- name: Checkout Code Repository
38-
uses: actions/checkout@v5
38+
uses: actions/checkout@v6
3939

4040
- name: Set up Python ${{ env.PYTHON_VERSION }}
4141
uses: actions/setup-python@v6
@@ -64,7 +64,7 @@ jobs:
6464
python-version: ["3.10", "3.11", "3.12", "3.13"]
6565
fail-fast: false
6666
steps:
67-
- uses: actions/checkout@v5
67+
- uses: actions/checkout@v6
6868

6969
- name: Create Build Environment
7070
uses: mamba-org/setup-micromamba@v2

.github/workflows/docs_workflow.yml

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

.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 Conda Environment
2727
uses: mamba-org/setup-micromamba@v2

0 commit comments

Comments
 (0)