Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.4 (#3216)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
  • Loading branch information
dependabot[bot] committed Apr 30, 2024
1 parent 95fc4f6 commit 82f1174
Show file tree
Hide file tree
Showing 14 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yml
Expand Up @@ -37,7 +37,7 @@ jobs:
steps:
# Checkout current git repository
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
# fetch all history so that setuptools-scm works
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cache_data.yaml
Expand Up @@ -36,7 +36,7 @@ jobs:
steps:
# Checkout current git repository
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
# fetch all history so that setuptools-scm works
fetch-depth: 0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/check-links.yml
Expand Up @@ -23,12 +23,12 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
path: repository

- name: Checkout the documentation
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
ref: gh-pages
path: documentation
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_docs.yml
Expand Up @@ -69,7 +69,7 @@ jobs:
steps:
# Checkout current git repository
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
# fetch all history so that setuptools-scm works
fetch-depth: 0
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
run: make -C doc clean all

- name: Checkout the gh-pages branch
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
ref: gh-pages
# Checkout to this folder instead of the current one
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_doctests.yaml
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
# Checkout current git repository
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
# fetch all history so that setuptools-scm works
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Expand Up @@ -92,7 +92,7 @@ jobs:
steps:
# Checkout current git repository
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
# fetch all history so that setuptools-scm works
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_dev.yaml
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
# Checkout current git repository
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
# fetch all history so that setuptools-scm works
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests_legacy.yaml
Expand Up @@ -44,7 +44,7 @@ jobs:
steps:
# Checkout current git repository
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
# fetch all history so that setuptools-scm works
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dvc-diff.yml
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
# fetch all history so that dvc diff works
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-command.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
private-key: ${{ secrets.APP_PRIVATE_KEY }}

# Checkout the pull request branch
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.4
with:
token: ${{ steps.generate-token.outputs.token }}
repository: ${{ github.event.client_payload.pull_request.head.repo.full_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Expand Up @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4
with:
# fetch all history so that setuptools-scm works
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-baseline-images.yml
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4

- name: Setup data version control (DVC)
uses: iterative/setup-dvc@v1.1.2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style_checks.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# Checkout current git repository
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4

# Setup Python
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/type_checks.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
# Checkout current git repository
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.4

# Setup Python
- name: Set up Python
Expand Down

0 comments on commit 82f1174

Please sign in to comment.