We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 36e0ab2 + 7536cb6 commit 1db53acCopy full SHA for 1db53ac
.github/workflows/circleci.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Run CircleCI documentation artifact redirector
8
steps:
9
- name: GitHub Action step
10
- uses: scientific-python/circleci-artifacts-redirector-action@839631420e45a08af893032e5a5e8843bf47e8ff # v1.2.0
+ uses: scientific-python/circleci-artifacts-redirector-action@5d358ff96e96429a5c64a969bb4a574555439f4f # v1.3.1
11
with:
12
repo-token: ${{ secrets.GITHUB_TOKEN }}
13
api-token: ${{ secrets.DEVSTATS_CIRCLECI_TOKEN }}
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
fetch-depth: 0
21
22
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
23
name: Install Python
24
25
python-version: "3.11"
0 commit comments