From 6e912a01efd5c65af94e131eb96c6f1ac7350853 Mon Sep 17 00:00:00 2001 From: inoas Date: Mon, 5 Dec 2022 09:46:55 +0100 Subject: update github actions checkout --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6f2ea8d..433d11d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.5.0 + - uses: actions/checkout@v3.1.0 - uses: erlef/setup-beam@v1.15.0 with: otp-version: "24.2.2" -- cgit v1.2.3