From b01b7bdca43504778eef11ad1a88dc0be243045a Mon Sep 17 00:00:00 2001 From: Maas-Maarten Zeeman Date: Fri, 22 Mar 2024 12:57:38 +0100 Subject: [PATCH] Use checkout@v3 instead of @v2 --- .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 bd7abf3..8ddab08 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@v2 + - uses: actions/checkout@v3 - name: Compile run: make - name: Test