Skip to content

Commit 9ae95a6

Browse files
authored
Merge pull request #149 from Caltech-IPAC/dependabot/github_actions/actions-2c6d18f535
2 parents aa238bb + 3b8ec39 commit 9ae95a6

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)