Skip to content

Commit f68f9fb

Browse files
authored
Merge pull request #913 from MPAS-Dev/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 6e84bde + 50eb4f3 commit f68f9fb

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@v4
31+
uses: actions/checkout@v5
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@v4
73+
uses: actions/checkout@v5
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@v4
23+
- uses: actions/checkout@v5
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
@@ -12,7 +12,7 @@ jobs:
1212
name: GIS Coarse Mesh Generation
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
submodules: recursive
1818
path: compass

.github/workflows/pre_commit_update_workflow.yml

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

2424
- name: Set up Python
2525
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)