From e7872d8514de93a1cac21cdb3dadd8f54433f0ee Mon Sep 17 00:00:00 2001 From: Maas-Maarten Zeeman Date: Fri, 22 Mar 2024 13:02:15 +0100 Subject: [PATCH] =?UTF-8?q?Use=20checkout@v4=20instead=20of=20v3.=20?= =?UTF-8?q?=F0=9F=A4=A6=E2=80=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8ddab08..e53834a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,7 +25,7 @@ jobs: image: erlang:${{ matrix.otp_version }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Compile run: make - name: Test