Skip to content

Commit 91bdaf8

Browse files
Bump actions/checkout from 3.3.0 to 3.4.0 (#2452)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.3.0...v3.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e970485 commit 91bdaf8

11 files changed

+14
-14
lines changed

.github/workflows/cache_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
# Checkout current git repository
2121
- name: Checkout
22-
uses: actions/checkout@v3.3.0
22+
uses: actions/checkout@v3.4.0
2323
with:
2424
# fetch all history so that setuptools-scm works
2525
fetch-depth: 0

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Checkout the repository
18-
uses: actions/checkout@v3.3.0
18+
uses: actions/checkout@v3.4.0
1919
with:
2020
path: repository
2121

2222
- name: Checkout the documentation
23-
uses: actions/checkout@v3.3.0
23+
uses: actions/checkout@v3.4.0
2424
with:
2525
ref: gh-pages
2626
path: documentation

.github/workflows/ci_docs.yml

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

4949
# Checkout current git repository
5050
- name: Checkout
51-
uses: actions/checkout@v3.3.0
51+
uses: actions/checkout@v3.4.0
5252
with:
5353
# fetch all history so that setuptools-scm works
5454
fetch-depth: 0
@@ -107,7 +107,7 @@ jobs:
107107
run: make -C doc clean all
108108

109109
- name: Checkout the gh-pages branch
110-
uses: actions/checkout@v3.3.0
110+
uses: actions/checkout@v3.4.0
111111
with:
112112
ref: gh-pages
113113
# Checkout to this folder instead of the current one

.github/workflows/ci_tests.yaml

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

6969
# Checkout current git repository
7070
- name: Checkout
71-
uses: actions/checkout@v3.3.0
71+
uses: actions/checkout@v3.4.0
7272
with:
7373
# fetch all history so that setuptools-scm works
7474
fetch-depth: 0

.github/workflows/ci_tests_dev.yaml

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

4545
# Checkout current git repository
4646
- name: Checkout
47-
uses: actions/checkout@v3.3.0
47+
uses: actions/checkout@v3.4.0
4848
if: github.event_name != 'repository_dispatch'
4949
with:
5050
# fetch all history so that setuptools-scm works
@@ -61,7 +61,7 @@ jobs:
6161

6262
# Checkout the pull request branch
6363
- name: Checkout
64-
uses: actions/checkout@v3.3.0
64+
uses: actions/checkout@v3.4.0
6565
if: github.event_name == 'repository_dispatch'
6666
with:
6767
token: ${{ steps.generate-token.outputs.token }}

.github/workflows/ci_tests_legacy.yaml

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

4343
# Checkout current git repository
4444
- name: Checkout
45-
uses: actions/checkout@v3.3.0
45+
uses: actions/checkout@v3.4.0
4646
with:
4747
# fetch all history so that setuptools-scm works
4848
fetch-depth: 0

.github/workflows/dvc-diff.yml

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

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v3.3.0
16+
uses: actions/checkout@v3.4.0
1717
with:
1818
# fetch all history so that dvc diff works
1919
fetch-depth: 0

.github/workflows/format-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
private_key: ${{ secrets.APP_PRIVATE_KEY }}
1515

1616
# Checkout the pull request branch
17-
- uses: actions/checkout@v3.3.0
17+
- uses: actions/checkout@v3.4.0
1818
with:
1919
token: ${{ steps.generate-token.outputs.token }}
2020
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}

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

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

2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v3.3.0
26+
uses: actions/checkout@v3.4.0
2727
with:
2828
# fetch all history so that setuptools-scm works
2929
fetch-depth: 0

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

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

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3.3.0
19+
uses: actions/checkout@v3.4.0
2020

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

.github/workflows/style_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
# Checkout current git repository
1818
- name: Checkout
19-
uses: actions/checkout@v3.3.0
19+
uses: actions/checkout@v3.4.0
2020

2121
# Setup Python
2222
- name: Set up Python

0 commit comments

Comments
 (0)