From af9e293366b1866250f78660409c5556cd299a1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 17:48:54 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v4 (#314) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/test-elixir.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-elixir.yml b/.github/workflows/test-elixir.yml index 93243d614..29afe6bee 100644 --- a/.github/workflows/test-elixir.yml +++ b/.github/workflows/test-elixir.yml @@ -25,7 +25,7 @@ jobs: MIX_ENV: test GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: erlef/setup-beam@v1 with: otp-version: ${{ matrix.otp }}