From c9f3b8d41d532834888ce43852c34e1504b43388 Mon Sep 17 00:00:00 2001 From: Jeff Kreeftmeijer Date: Tue, 18 Jun 2024 16:23:39 +0200 Subject: [PATCH] Update to checkout v4 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3234c767..ab930231 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}} - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get dependencies run: mix deps.get - name: Run tests