File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
name : Run CircleCI documentation artifact redirector
8
8
steps :
9
9
- name : GitHub Action step
10
- uses : scientific-python/circleci-artifacts-redirector-action@7eafdb60666f57706a5525a2f5eb76224dc8779b # v1.1 .0
10
+ uses : scientific-python/circleci-artifacts-redirector-action@839631420e45a08af893032e5a5e8843bf47e8ff # v1.2 .0
11
11
with :
12
12
repo-token : ${{ secrets.GITHUB_TOKEN }}
13
13
api-token : ${{ secrets.CIRCLECI_TOKEN }}
Original file line number Diff line number Diff line change 17
17
python-version : ["3.12"]
18
18
19
19
steps :
20
- - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v5
21
21
22
22
- name : Set up Python ${{ matrix.python-version }}
23
23
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 8
8
build :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v4
11
+ - uses : actions/checkout@v5
12
12
- name : Set up Python 3.12
13
13
uses : actions/setup-python@v5
14
14
with :
Original file line number Diff line number Diff line change 20
20
os : [ubuntu, macos]
21
21
python-version : ["3.11", "3.12", "3.13"]
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
- name : Set up Python ${{ matrix.python-version }}
25
25
uses : actions/setup-python@v5
26
26
with :
You can’t perform that action at this time.
0 commit comments