Skip to content

Commit 1db53ac

Browse files
authored
Merge pull request #100 from scientific-python/dependabot/github_actions/actions-2c6d18f535
2 parents 36e0ab2 + 7536cb6 commit 1db53ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/circleci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Run CircleCI documentation artifact redirector
88
steps:
99
- name: GitHub Action step
10-
uses: scientific-python/circleci-artifacts-redirector-action@839631420e45a08af893032e5a5e8843bf47e8ff # v1.2.0
10+
uses: scientific-python/circleci-artifacts-redirector-action@5d358ff96e96429a5c64a969bb4a574555439f4f # v1.3.1
1111
with:
1212
repo-token: ${{ secrets.GITHUB_TOKEN }}
1313
api-token: ${{ secrets.DEVSTATS_CIRCLECI_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
- uses: actions/setup-python@v5
22+
- uses: actions/setup-python@v6
2323
name: Install Python
2424
with:
2525
python-version: "3.11"

0 commit comments

Comments
 (0)