From bec406ea346148bb764c00feee3338fd0c5108d0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 03:46:49 +0000 Subject: [PATCH 1/2] Initial plan From 869ff1adb13be3305ecb191bca59261a54428b86 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 4 Mar 2026 03:47:55 +0000 Subject: [PATCH 2/2] Update actions/cache from v2 to v4 in GitHub Actions workflows Co-authored-by: badubizzle <1519511+badubizzle@users.noreply.github.com> --- .github/workflows/elixir.yml | 2 +- .github/workflows/formatter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 7413546..57717d0 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -19,7 +19,7 @@ jobs: elixir-version: "1.11.4" # Define the elixir version [required] otp-version: "23.3" # Define the OTP version [required] - name: Restore dependencies cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }} diff --git a/.github/workflows/formatter.yml b/.github/workflows/formatter.yml index 73e2023..ec735db 100644 --- a/.github/workflows/formatter.yml +++ b/.github/workflows/formatter.yml @@ -19,7 +19,7 @@ jobs: elixir-version: "1.11.4" # Define the elixir version [required] otp-version: "23.3" # Define the OTP version [required] - name: Restore dependencies cache - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }}