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', '3.13']
2121
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
7575 needs : test
7676
7777 steps :
78- - uses : actions/checkout@v5
78+ - uses : actions/checkout@v6
7979
8080 - name : Set up Python
8181 uses : actions/setup-python@v6
@@ -116,7 +116,7 @@ jobs:
116116
117117 steps :
118118 - name : Checkout repository
119- uses : actions/checkout@v5
119+ uses : actions/checkout@v6
120120
121121 - name : Log in to Container Registry
122122 uses : docker/login-action@v3
@@ -184,7 +184,7 @@ jobs:
184184
185185 steps :
186186 - name : Checkout repository
187- uses : actions/checkout@v5
187+ uses : actions/checkout@v6
188188
189189 - name : Initialize CodeQL
190190 uses : github/codeql-action/init@v4
@@ -203,7 +203,7 @@ jobs:
203203 if : github.event_name == 'release' && github.event.action == 'published'
204204
205205 steps :
206- - uses : actions/checkout@v5
206+ - uses : actions/checkout@v6
207207 with :
208208 fetch-depth : 0
209209
You can’t perform that action at this time.
0 commit comments