diff --git a/.github/workflows/test_and_deploy.yml b/.github/workflows/test_and_deploy.yml index f24f9484..e953246d 100644 --- a/.github/workflows/test_and_deploy.yml +++ b/.github/workflows/test_and_deploy.yml @@ -14,7 +14,7 @@ jobs: version-file: .tool-versions - name: Cache deps id: cache-deps - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-elixir-deps with: @@ -28,7 +28,7 @@ jobs: # project's downloaded deps every run. - name: Cache compiled build id: cache-build - uses: actions/cache@v4 + uses: actions/cache@v5 env: cache-name: cache-compiled-build with: