From 5a1c1fbae91dfe110e99029e533699afcb594520 Mon Sep 17 00:00:00 2001 From: Cristine Guadelupe Date: Sun, 7 Jan 2024 02:40:11 -0300 Subject: [PATCH] Update actions to v3 (#29) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d48afb8..5bc8fea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,14 +18,14 @@ jobs: otp: 24 lint: lint steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1 with: otp-version: ${{matrix.pair.otp}} elixir-version: ${{matrix.pair.elixir}} - - uses: actions/cache@v2 + - uses: actions/cache@v3 with: path: deps key: mix-deps-${{ hashFiles('**/mix.lock') }}