From e111b8be61e490d1c661129025bebc4c104f76d4 Mon Sep 17 00:00:00 2001 From: Daniel Rudnitski Date: Tue, 30 Jul 2024 17:55:42 -0400 Subject: [PATCH] chore(ci): update deprecated action steps --- .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 ee336b1..d4ce55a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: otp: "27.0" lint: lint steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Install test dependencies run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev krb5-{user,kdc,admin-server} @@ -46,7 +46,7 @@ jobs: elixir-version: ${{matrix.pair.elixir}} version-type: strict - - uses: actions/cache@v2 + - uses: actions/cache@v4 with: path: deps key: mix-deps-${{ hashFiles('**/mix.lock') }}