Skip to content

Commit fddf0a3

Browse files
Bump actions/checkout from 4.1.0 to 4.1.1 (#2768)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 904553d commit fddf0a3

12 files changed

+15
-15
lines changed

.github/workflows/cache_data.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
# Checkout current git repository
3030
- name: Checkout
31-
uses: actions/[email protected].0
31+
uses: actions/[email protected].1
3232
with:
3333
# fetch all history so that setuptools-scm works
3434
fetch-depth: 0

.github/workflows/check-links.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121

2222
steps:
2323
- name: Checkout the repository
24-
uses: actions/[email protected].0
24+
uses: actions/[email protected].1
2525
with:
2626
path: repository
2727

2828
- name: Checkout the documentation
29-
uses: actions/[email protected].0
29+
uses: actions/[email protected].1
3030
with:
3131
ref: gh-pages
3232
path: documentation

.github/workflows/ci_docs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
# Checkout current git repository
6060
- name: Checkout
61-
uses: actions/[email protected].0
61+
uses: actions/[email protected].1
6262
with:
6363
# fetch all history so that setuptools-scm works
6464
fetch-depth: 0
@@ -126,7 +126,7 @@ jobs:
126126
run: make -C doc clean all
127127

128128
- name: Checkout the gh-pages branch
129-
uses: actions/[email protected].0
129+
uses: actions/[email protected].1
130130
with:
131131
ref: gh-pages
132132
# Checkout to this folder instead of the current one

.github/workflows/ci_doctests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
# Checkout current git repository
3535
- name: Checkout
36-
uses: actions/[email protected].0
36+
uses: actions/[email protected].1
3737
with:
3838
# fetch all history so that setuptools-scm works
3939
fetch-depth: 0

.github/workflows/ci_tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
# Checkout current git repository
8989
- name: Checkout
90-
uses: actions/[email protected].0
90+
uses: actions/[email protected].1
9191
with:
9292
# fetch all history so that setuptools-scm works
9393
fetch-depth: 0

.github/workflows/ci_tests_dev.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
# Checkout current git repository
5555
- name: Checkout
56-
uses: actions/[email protected].0
56+
uses: actions/[email protected].1
5757
if: github.event_name != 'repository_dispatch'
5858
with:
5959
# fetch all history so that setuptools-scm works
@@ -70,7 +70,7 @@ jobs:
7070

7171
# Checkout the pull request branch
7272
- name: Checkout
73-
uses: actions/[email protected].0
73+
uses: actions/[email protected].1
7474
if: github.event_name == 'repository_dispatch'
7575
with:
7676
token: ${{ steps.generate-token.outputs.token }}

.github/workflows/ci_tests_legacy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
# Checkout current git repository
4747
- name: Checkout
48-
uses: actions/[email protected].0
48+
uses: actions/[email protected].1
4949
with:
5050
# fetch all history so that setuptools-scm works
5151
fetch-depth: 0

.github/workflows/dvc-diff.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/[email protected].0
24+
uses: actions/[email protected].1
2525
with:
2626
# fetch all history so that dvc diff works
2727
fetch-depth: 0

.github/workflows/format-command.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1919

2020
# Checkout the pull request branch
21-
- uses: actions/[email protected].0
21+
- uses: actions/[email protected].1
2222
with:
2323
token: ${{ steps.generate-token.outputs.token }}
2424
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

.github/workflows/publish-to-pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout
41-
uses: actions/[email protected].0
41+
uses: actions/[email protected].1
4242
with:
4343
# fetch all history so that setuptools-scm works
4444
fetch-depth: 0

.github/workflows/release-baseline-images.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323

2424
- name: Setup data version control (DVC)
2525
uses: iterative/[email protected]

.github/workflows/style_checks.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
# Checkout current git repository
2626
- name: Checkout
27-
uses: actions/[email protected].0
27+
uses: actions/[email protected].1
2828

2929
# Setup Python
3030
- name: Set up Python

0 commit comments

Comments
 (0)