File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,21 +19,6 @@ permissions:
1919
2020jobs :
2121 test :
22- # Set up a Postgres DB service. By default, Phoenix applications
23- # use Postgres. This creates a database for running tests.
24- # Additional services can be defined here if required.
25- # services:
26- # db:
27- # image: postgres:12
28- # ports: ['5432:5432']
29- # env:
30- # POSTGRES_PASSWORD: postgres
31- # options: >-
32- # --health-cmd pg_isready
33- # --health-interval 10s
34- # --health-timeout 5s
35- # --health-retries 5
36-
3722 runs-on : ubuntu-latest
3823 name : Test on OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}}
3924 strategy :
@@ -66,12 +51,12 @@ jobs:
6651
6752 # Step: Check out the code.
6853 - name : Checkout code
69- uses : actions/checkout@v3
54+ uses : actions/checkout@v6
7055
7156 # Step: Define how to cache deps. Restores existing cache if present.
7257 - name : Cache deps
7358 id : cache-deps
74- uses : actions/cache@v3
59+ uses : actions/cache@v5
7560 env :
7661 cache-name : cache-elixir-deps
7762 with :
8570 # project's downloaded deps every run.
8671 - name : Cache compiled build
8772 id : cache-build
88- uses : actions/cache@v3
73+ uses : actions/cache@v5
8974 env :
9075 cache-name : cache-compiled-build
9176 with :
You can’t perform that action at this time.
0 commit comments