Skip to content

Commit 7536cb6

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [scientific-python/circleci-artifacts-redirector-action](https://github.com/scientific-python/circleci-artifacts-redirector-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `scientific-python/circleci-artifacts-redirector-action` from 1.2.0 to 1.3.1 - [Release notes](https://github.com/scientific-python/circleci-artifacts-redirector-action/releases) - [Commits](scientific-python/circleci-artifacts-redirector-action@8396314...5d358ff) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: scientific-python/circleci-artifacts-redirector-action dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36e0ab2 commit 7536cb6

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)