From 1544a6c9b881d30d290d3461cee295ac57cf157c Mon Sep 17 00:00:00 2001 From: Marcelo Leite <5692175+mmilk23@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:46:51 -0300 Subject: [PATCH 1/3] chore(actions): use Node 24 compatible actions --- .github/workflows/elixir.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 40b4229..de59e6f 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Set up Elixir uses: erlef/setup-beam@v1 @@ -26,7 +26,7 @@ jobs: otp-version: '27' - name: Restore dependencies cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }} From 5117fb643325ae32e151f94b37527e8c69764216 Mon Sep 17 00:00:00 2001 From: Marcelo Leite <5692175+mmilk23@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:47:01 -0300 Subject: [PATCH 2/3] chore(actions): use Node 24 compatible actions --- .github/workflows/deploy-gigalixir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gigalixir.yml b/.github/workflows/deploy-gigalixir.yml index f2b0fc3..4a66458 100644 --- a/.github/workflows/deploy-gigalixir.yml +++ b/.github/workflows/deploy-gigalixir.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout selected revision - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 From ce4da1ff50e5a4fe097185a42636f2443d7e000d Mon Sep 17 00:00:00 2001 From: Marcelo Leite <5692175+mmilk23@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:47:11 -0300 Subject: [PATCH 3/3] chore(actions): use Node 24 compatible actions --- .github/workflows/trivy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index e174ea8..1220a94 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -26,7 +26,7 @@ jobs: runs-on: "ubuntu-latest" steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build an image from Dockerfile run: |