Skip to content

Commit 3b8ec39

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/setup-python](https://github.com/actions/setup-python) and [scientific-python/circleci-artifacts-redirector-action](https://github.com/scientific-python/circleci-artifacts-redirector-action). Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) 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) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aa238bb commit 3b8ec39

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v5
2929

3030
- name: Setup Python
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: '3.12'
3434

.github/workflows/ci_tests_run_notebooks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
steps:
4646
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747
- name: Set up Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d #v5.1.0
48+
uses: actions/setup-python@2e3e4b15a884dc73a63f962bff250a855150a234 #v5.1.0
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v5
6767

6868
- name: Setup Python
69-
uses: actions/setup-python@v5
69+
uses: actions/setup-python@v6
7070
with:
7171
python-version: '3.12'
7272

.github/workflows/circleci-artifacts-redirector.yml

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

0 commit comments

Comments
 (0)