From c6e727c715b454b73542ef2715a6a5c4d0ff6158 Mon Sep 17 00:00:00 2001 From: Richard Palomino Date: Thu, 18 Jul 2024 12:14:26 -0500 Subject: [PATCH] Use actions/checkouts@v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e5f542..87c8a3e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,6 +18,6 @@ jobs: otp_vsn: [19.3, 20.3, 21.3, 22.3, 23.3, 24.0, 26] os: [ubuntu-latest] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - run: export - run: make test