File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
name : Run CircleCI artifacts redirector
6
6
steps :
7
7
- name : GitHub Action step
8
- uses : scientific-python/circleci-artifacts-redirector-action@839631420e45a08af893032e5a5e8843bf47e8ff # v1.2.0
8
+ uses : scientific-python/circleci-artifacts-redirector-action@5d358ff96e96429a5c64a969bb4a574555439f4f # v1.3.1
9
9
with :
10
10
repo-token : ${{ secrets.GITHUB_TOKEN }}
11
11
api-token : ${{ secrets.CIRCLECI_ARTIFACT_REDIRECTOR_TOKEN }}
Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
16
with :
17
17
fetch-depth : 0
18
- - uses : actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
18
+ - uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
19
19
with :
20
20
python-version : " 3.12"
21
21
- name : Build wheels
44
44
with :
45
45
name : dist
46
46
path : dist
47
- - uses : pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
47
+ - uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v5
31
31
32
32
- name : Python setup
33
- uses : actions/setup-python@v5
33
+ uses : actions/setup-python@v6
34
34
with :
35
35
python-version : ${{ matrix.python-version }}
36
36
83
83
- uses : actions/checkout@v5
84
84
85
85
- name : Python setup
86
- uses : actions/setup-python@v5
86
+ uses : actions/setup-python@v6
87
87
with :
88
88
python-version : ${{ matrix.python-version }}
89
89
You can’t perform that action at this time.
0 commit comments