File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
18
18
19
19
- name : Checkout code
20
- uses : actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2.6.0
20
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
21
21
22
22
- name : Setup Python
23
23
uses : actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
Original file line number Diff line number Diff line change 12
12
with :
13
13
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
14
14
15
- - uses : actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2.6.0
15
+ - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
16
16
- name : Setup Python
17
17
uses : actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
18
18
- name : Install tox
Original file line number Diff line number Diff line change 18
18
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
19
19
20
20
- name : Checkout
21
- uses : actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2.6.0
21
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
22
22
with :
23
23
ref : ${{ github.event.release.tag_name }}
24
24
- name : Install Python
Original file line number Diff line number Diff line change 17
17
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
18
18
19
19
- name : Checkout
20
- uses : actions/checkout@dc323e67f16fb5f7663d20ff7941f27f5809e9b6 # v2.6.0
20
+ uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
21
21
- name : Use Python ${{ matrix.python }}
22
22
uses : actions/setup-python@75f3110429a8c05be0e1bf360334e4cced2b63fa # v2.3.3
23
23
with :
You can’t perform that action at this time.
0 commit comments