File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
runs-on : ubuntu-latest
13
13
steps :
14
14
- name : Checkout source code
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
- name : Set up Python
17
17
uses : actions/setup-python@v5
18
18
with :
72
72
--health-retries 5
73
73
steps :
74
74
- name : Checkout source code
75
- uses : actions/checkout@v4
75
+ uses : actions/checkout@v5
76
76
- name : Set up Python ${{ matrix.python }}
77
77
uses : actions/setup-python@v5
78
78
with :
@@ -104,7 +104,7 @@ jobs:
104
104
runs-on : ubuntu-latest
105
105
steps :
106
106
- name : Checkout source code
107
- uses : actions/checkout@v4
107
+ uses : actions/checkout@v5
108
108
with :
109
109
fetch-depth : 0
110
110
- name : Set up Python
@@ -132,7 +132,7 @@ jobs:
132
132
COMPOSE_FILE : ${{ matrix.db == 'mysql' && 'docker-compose.yml' || (matrix.db == 'postgres' && 'docker-compose-pg.yml') || 'docker-compose-sqlite3.yml' }}
133
133
steps :
134
134
- name : Checkout source code
135
- uses : actions/checkout@v4
135
+ uses : actions/checkout@v5
136
136
with :
137
137
fetch-depth : 0
138
138
- name : Set up Python
You can’t perform that action at this time.
0 commit comments