File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 50
50
- {VERSION: "3.13", NOXSESSION: "mypy"}
51
51
- {VERSION: "3.9", NOXSESSION: "docs"}
52
52
steps :
53
- - uses : actions/checkout@v4
53
+ - uses : actions/checkout@v5
54
54
- name : Setup python
55
55
uses : actions/setup-python@v5
56
56
with :
72
72
- {CONTAINER: "ubuntu-rolling", NOXSESSION: "tests-cryptography-main"}
73
73
name : " ${{ matrix.TEST.NOXSESSION }} on ${{ matrix.TEST.CONTAINER }}"
74
74
steps :
75
- - uses : actions/checkout@v4
75
+ - uses : actions/checkout@v5
76
76
- run : /venv/bin/pip install nox
77
77
- run : /venv/bin/nox
78
78
env :
93
93
- 3.12
94
94
name : " Downstream tests for ${{ matrix.DOWNSTREAM }}"
95
95
steps :
96
- - uses : actions/checkout@v4
96
+ - uses : actions/checkout@v5
97
97
- name : Setup python
98
98
uses : actions/setup-python@v5
99
99
with :
@@ -113,7 +113,7 @@ jobs:
113
113
with :
114
114
jobs : ${{ toJSON(needs) }}
115
115
116
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
116
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
117
117
timeout-minutes : 3
118
118
with :
119
119
persist-credentials : false
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19
19
20
20
- name : Set up Python
21
21
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
You can’t perform that action at this time.
0 commit comments