Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 4.1.6 to 4.1.7 #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump actions/checkout from 4.1.6 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.6...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] authored Jun 25, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit c87f86a03762ea2d584340684da6a9d9797cb264
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: Set up Python
uses: actions/[email protected]
@@ -49,7 +49,7 @@ jobs:
access_token: ${{ github.token }}

- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
# fecth all history so that setuptools_scm works
fetch-depth: 0
@@ -87,7 +87,7 @@ jobs:
run: make -C doc clean all

- name: Checkout the gh-pages branch
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
ref: gh-pages
# Checkout to this folder instead of the current one
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
# fetch all history so that setuptools-scm works
fetch-depth: 0