File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 python-version : ['3.11', '3.12']
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626
5858 needs : test
5959
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262
6363 - name : Set up Python
6464 uses : actions/setup-python@v5
9999
100100 steps :
101101 - name : Checkout repository
102- uses : actions/checkout@v4
102+ uses : actions/checkout@v5
103103
104104 - name : Log in to Container Registry
105105 uses : docker/login-action@v3
@@ -161,7 +161,7 @@ jobs:
161161
162162 steps :
163163 - name : Checkout repository
164- uses : actions/checkout@v4
164+ uses : actions/checkout@v5
165165
166166 - name : Initialize CodeQL
167167 uses : github/codeql-action/init@v3
@@ -180,7 +180,7 @@ jobs:
180180 if : github.event_name == 'release' && github.event.action == 'published'
181181
182182 steps :
183- - uses : actions/checkout@v4
183+ - uses : actions/checkout@v5
184184 with :
185185 fetch-depth : 0
186186
You can’t perform that action at this time.
0 commit comments