Skip to content

Commit b0ac552

Browse files
Build(deps): Bump actions/checkout from 5.0.0 to 5.0.1 (#4217)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cd9285d commit b0ac552

15 files changed

+18
-18
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
# Checkout current git repository
3838
- name: Checkout
39-
uses: actions/checkout@v5.0.0
39+
uses: actions/checkout@v5.0.1
4040
with:
4141
# fetch all history so that setuptools-scm works
4242
fetch-depth: 0

.github/workflows/cache_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939
# Checkout current git repository
4040
- name: Checkout
41-
uses: actions/checkout@v5.0.0
41+
uses: actions/checkout@v5.0.1
4242
with:
4343
# fetch all history so that setuptools-scm works
4444
fetch-depth: 0

.github/workflows/cache_dvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v5.0.0
38+
uses: actions/checkout@v5.0.1
3939
with:
4040
# fetch all history so that setuptools-scm works
4141
fetch-depth: 0

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626

2727
steps:
2828
- name: Checkout the repository
29-
uses: actions/checkout@v5.0.0
29+
uses: actions/checkout@v5.0.1
3030
with:
3131
path: repository
3232
persist-credentials: false
3333

3434
- name: Checkout the documentation
35-
uses: actions/checkout@v5.0.0
35+
uses: actions/checkout@v5.0.1
3636
with:
3737
ref: gh-pages
3838
path: documentation

.github/workflows/ci_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
steps:
7373
# Checkout current git repository
7474
- name: Checkout
75-
uses: actions/checkout@v5.0.0
75+
uses: actions/checkout@v5.0.1
7676
with:
7777
# fetch all history so that setuptools-scm works
7878
fetch-depth: 0
@@ -169,7 +169,7 @@ jobs:
169169
REF_NAME: ${{ github.ref_name }}
170170

171171
- name: Checkout the gh-pages branch
172-
uses: actions/checkout@v5.0.0
172+
uses: actions/checkout@v5.0.1
173173
with:
174174
ref: gh-pages
175175
# Checkout to this folder instead of the current one

.github/workflows/ci_doctests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
# Checkout current git repository
3939
- name: Checkout
40-
uses: actions/checkout@v5.0.0
40+
uses: actions/checkout@v5.0.1
4141
with:
4242
# fetch all history so that setuptools-scm works
4343
fetch-depth: 0

.github/workflows/ci_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
steps:
105105
# Checkout current git repository
106106
- name: Checkout
107-
uses: actions/checkout@v5.0.0
107+
uses: actions/checkout@v5.0.1
108108
with:
109109
# fetch all history so that setuptools-scm works
110110
fetch-depth: 0

.github/workflows/ci_tests_dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
# Checkout current git repository
5050
- name: Checkout
51-
uses: actions/checkout@v5.0.0
51+
uses: actions/checkout@v5.0.1
5252
with:
5353
# fetch all history so that setuptools-scm works
5454
fetch-depth: 0
@@ -94,7 +94,7 @@ jobs:
9494

9595
# Checkout current GMT repository
9696
- name: Checkout the GMT source from ${{ matrix.gmt_git_ref }} branch
97-
uses: actions/checkout@v5.0.0
97+
uses: actions/checkout@v5.0.1
9898
with:
9999
repository: 'GenericMappingTools/gmt'
100100
ref: ${{ matrix.gmt_git_ref }}

.github/workflows/ci_tests_legacy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
steps:
4747
# Checkout current git repository
4848
- name: Checkout
49-
uses: actions/checkout@v5.0.0
49+
uses: actions/checkout@v5.0.1
5050
with:
5151
# fetch all history so that setuptools-scm works
5252
fetch-depth: 0

.github/workflows/dvc-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v5.0.0
28+
uses: actions/checkout@v5.0.1
2929
with:
3030
# fetch all history so that dvc diff works
3131
fetch-depth: 0

0 commit comments

Comments
 (0)