Skip to content

Commit 703b4c4

Browse files
Bump actions/checkout from 4.1.0 to 4.1.5 (#104)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.5. - [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.5) --- 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 6b20c10 commit 703b4c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci-tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].5
2121

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

5151
- name: Checkout
52-
uses: actions/[email protected].0
52+
uses: actions/[email protected].5
5353
with:
5454
# fecth all history so that setuptools_scm works
5555
fetch-depth: 0
@@ -87,7 +87,7 @@ jobs:
8787
run: make -C doc clean all
8888

8989
- name: Checkout the gh-pages branch
90-
uses: actions/[email protected].0
90+
uses: actions/[email protected].5
9191
with:
9292
ref: gh-pages
9393
# Checkout to this folder instead of the current one

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].5
2727
with:
2828
# fetch all history so that setuptools-scm works
2929
fetch-depth: 0

0 commit comments

Comments
 (0)