From ead1b603f42d16bd082d50d4e44003ffbcf3bc3f Mon Sep 17 00:00:00 2001 From: Justin Smestad Date: Tue, 14 May 2024 18:50:03 -0600 Subject: [PATCH] Bump Github Actions --- .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 e84151c..174b358 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ on: push jobs: test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 name: OTP ${{matrix.otp}} / Elixir ${{matrix.elixir}} strategy: matrix: @@ -12,7 +12,7 @@ jobs: elixir: [1.14, 1.15, 1.16] steps: - name: Checkout codebase - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Setup Elixir uses: erlef/setup-beam@v1