From f9f2bf3dd4b6c2ddd4ee2a194731e1aed4c85711 Mon Sep 17 00:00:00 2001 From: Marc Neudert Date: Thu, 15 Feb 2024 13:16:18 +0100 Subject: [PATCH] Update GitHub actions --- .github/workflows/dialyzer.yaml | 4 ++-- .github/workflows/quality.yaml | 2 +- .github/workflows/test-v1.7.yaml | 2 +- .github/workflows/test-v1.8.yaml | 2 +- .github/workflows/test-v2.x.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dialyzer.yaml b/.github/workflows/dialyzer.yaml index 2381fb2..3b9d0d2 100644 --- a/.github/workflows/dialyzer.yaml +++ b/.github/workflows/dialyzer.yaml @@ -25,7 +25,7 @@ jobs: otp-version: '26.2' - name: mix-cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache with: path: deps @@ -40,7 +40,7 @@ jobs: mix deps.get - name: plt-cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: plt-cache with: path: plts diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index a5e7a86..1fb8e50 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -34,7 +34,7 @@ jobs: otp-version: '26.2' - name: mix-cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache with: path: deps diff --git a/.github/workflows/test-v1.7.yaml b/.github/workflows/test-v1.7.yaml index 0856a7c..ee19cb5 100644 --- a/.github/workflows/test-v1.7.yaml +++ b/.github/workflows/test-v1.7.yaml @@ -59,7 +59,7 @@ jobs: otp-version: ${{ matrix.otp }} - name: mix-cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache with: path: deps diff --git a/.github/workflows/test-v1.8.yaml b/.github/workflows/test-v1.8.yaml index c037e5e..3b51af9 100644 --- a/.github/workflows/test-v1.8.yaml +++ b/.github/workflows/test-v1.8.yaml @@ -86,7 +86,7 @@ jobs: otp-version: ${{ matrix.otp }} - name: mix-cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache with: path: deps diff --git a/.github/workflows/test-v2.x.yaml b/.github/workflows/test-v2.x.yaml index c0ec295..d4c2317 100644 --- a/.github/workflows/test-v2.x.yaml +++ b/.github/workflows/test-v2.x.yaml @@ -87,7 +87,7 @@ jobs: otp-version: ${{ matrix.otp }} - name: mix-cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: mix-cache with: path: deps