From bd0a14f51a9cf3c5f9c3ed97182b1fd61728780b Mon Sep 17 00:00:00 2001 From: Duncan McGreggor Date: Tue, 12 Mar 2024 21:09:36 -0500 Subject: [PATCH] Updated checkout version for old Erlangs. --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 630a25d..a4ff242 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -46,7 +46,7 @@ jobs: otp_version: ['23', '22', '21'] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp_version }}