Skip to content

Commit 7fabb2a

Browse files
--- (#106)
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 c94e996 commit 7fabb2a

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].5
20+
uses: actions/[email protected].6
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].5
52+
uses: actions/[email protected].6
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].5
90+
uses: actions/[email protected].6
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].5
26+
uses: actions/[email protected].6
2727
with:
2828
# fetch all history so that setuptools-scm works
2929
fetch-depth: 0

0 commit comments

Comments
 (0)