File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,10 @@ jobs:
11
11
runs-on : ubuntu-24.04
12
12
steps :
13
13
- name : Check out the codebase
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
15
15
16
16
- name : Set up Python 3
17
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
17
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
18
18
with :
19
19
python-version : 3.x
20
20
Original file line number Diff line number Diff line change 15
15
pull-requests : write
16
16
steps :
17
17
- name : Find current milestone and add it to GitHub PR
18
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
18
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
19
19
with :
20
20
script : |
21
21
const { data: [milestone] } = await github.rest.issues.listMilestones({
Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
17
17
runs-on : ubuntu-24.04
18
18
steps :
19
19
- name : Check out the codebase
20
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21
21
22
22
- name : Set up Python 3
23
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
23
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
24
24
with :
25
25
python-version : 3.x
26
26
@@ -69,11 +69,11 @@ jobs:
69
69
steps :
70
70
- name : Check out the codebase
71
71
if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
72
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
72
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
73
73
74
74
- name : Set up Python 3
75
75
if : ${{ !(contains(matrix.scenario, 'plus')) || (env.NGINX_CRT != 0 && env.NGINX_KEY != 0) }}
76
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
76
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
77
77
with :
78
78
python-version : 3.x
79
79
Original file line number Diff line number Diff line change 23
23
id-token : write
24
24
steps :
25
25
- name : Check out the codebase
26
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27
27
with :
28
28
persist-credentials : false
29
29
You can’t perform that action at this time.
0 commit comments