File tree 5 files changed +8
-8
lines changed
5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 58
58
steps :
59
59
- name : Download Exit Status Files
60
60
if : always()
61
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
61
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
62
62
with :
63
63
path : exitstatus
64
64
pattern : exitstatus-*
Original file line number Diff line number Diff line change 38
38
39
39
steps :
40
40
- name : Download built docs
41
- uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
41
+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
42
42
with :
43
43
name : ${{ inputs.artifact-name }}
44
44
path : html-docs
Original file line number Diff line number Diff line change 12
12
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
13
14
14
- name : Set up Python 3.12 For Nox
15
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
15
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
16
16
with :
17
17
python-version : " 3.12"
18
18
Original file line number Diff line number Diff line change 21
21
fetch-tags : true
22
22
23
23
- name : Set up Python 3.10
24
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
24
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
25
25
with :
26
26
python-version : ' 3.10'
27
27
82
82
fetch-tags : true
83
83
84
84
- name : Set up Python 3.10
85
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
85
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
86
86
with :
87
87
python-version : ' 3.10'
88
88
@@ -147,7 +147,7 @@ jobs:
147
147
fetch-tags : true
148
148
149
149
- name : Set up Python 3.10
150
- uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
150
+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
151
151
with :
152
152
python-version : ' 3.10'
153
153
Original file line number Diff line number Diff line change @@ -50,10 +50,10 @@ actions/checkout: '11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2'
50
50
actions/deploy-pages : ' d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5'
51
51
52
52
# renovate: datasource=git-tags depName=https://github.com/actions/download-artifact depType=action
53
- actions/download-artifact : ' 95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 '
53
+ actions/download-artifact : ' d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 '
54
54
55
55
# renovate: datasource=git-tags depName=https://github.com/actions/setup-python depType=action
56
- actions/setup-python : ' 8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0'
56
+ actions/setup-python : ' a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0'
57
57
58
58
# renovate: datasource=git-tags depName=https://github.com/actions/upload-artifact depType=action
59
59
actions/upload-artifact : ' ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2'
You can’t perform that action at this time.
0 commit comments