1717 build-cache :
1818 runs-on : ubuntu-22.04
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v6
2121 - id : cache-objects
22- uses : actions/cache@v4
22+ uses : actions/cache@v5
2323 with :
2424 path : ~/.cache
2525 key : reqs_${{ hashFiles('poetry.lock') }}
5050 # Maps tcp port 5432 on service container to the host
5151 - 5432:5432
5252 steps :
53- - uses : actions/checkout@v2
53+ - uses : actions/checkout@v6
5454 - uses : ./.github/actions/start-build
5555 - name : Run tests
5656 run : poetry run python3 -m invoke test-ci-addons --junit
7777 # Maps tcp port 5432 on service container to the host
7878 - 5432:5432
7979 steps :
80- - uses : actions/checkout@v2
80+ - uses : actions/checkout@v6
8181 - uses : ./.github/actions/start-build
8282 - name : Run tests
8383 run : poetry run python3 -m invoke test-ci-website --junit
@@ -104,7 +104,7 @@ jobs:
104104 # Maps tcp port 5432 on service container to the host
105105 - 5432:5432
106106 steps :
107- - uses : actions/checkout@v2
107+ - uses : actions/checkout@v6
108108 - uses : ./.github/actions/start-build
109109 - name : NVM & yarn install
110110 run : poetry run python3 -m invoke assets --dev
@@ -133,7 +133,7 @@ jobs:
133133 # Maps tcp port 5432 on service container to the host
134134 - 5432:5432
135135 steps :
136- - uses : actions/checkout@v2
136+ - uses : actions/checkout@v6
137137 - uses : ./.github/actions/start-build
138138 - name : Run tests
139139 run : poetry run python3 -m invoke test-ci-api2 --junit
@@ -161,7 +161,7 @@ jobs:
161161 # Maps tcp port 5432 on service container to the host
162162 - 5432:5432
163163 steps :
164- - uses : actions/checkout@v2
164+ - uses : actions/checkout@v6
165165 - uses : ./.github/actions/start-build
166166 - name : Run tests
167167 run : poetry run python3 -m invoke test-ci-api3-and-osf --junit
@@ -194,7 +194,7 @@ jobs:
194194 - 1025:1025
195195 - 8025:8025
196196 steps :
197- - uses : actions/checkout@v2
197+ - uses : actions/checkout@v6
198198 - uses : ./.github/actions/start-build
199199 - name : Run tests
200200 run : poetry run python3 -m invoke test-ci-mailhog -n 1 --junit
@@ -222,7 +222,7 @@ jobs:
222222 # Maps tcp port 5432 on service container to the host
223223 - 5432:5432
224224 steps :
225- - uses : actions/checkout@v2
225+ - uses : actions/checkout@v6
226226 - uses : ./.github/actions/start-build
227227 - name : Run tests
228228 run : poetry run python3 -m invoke test-ci-scripts -n 1 --junit
0 commit comments