From a0314a6dff2f50f8cf21cd5ff0ca33b27355baf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 26 Jan 2024 12:35:25 +0100 Subject: Don't use specific actions versions and update cache to v4 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b6443f0..7d5231f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4 - name: Output latest Erlang/OTP version id: latest_version @@ -58,7 +58,7 @@ jobs: } >> "$GITHUB_OUTPUT" - name: Restore CI cache - uses: actions/cache/restore@v3.3.2 + uses: actions/cache/restore@v4 with: path: | ~/erlang/ -- cgit v1.2.3