From 4c5f28066fc6b0d69efb1210c413e24f16e070fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 07:35:23 +0000 Subject: [PATCH] chore(deps): bump intility/reusable-elixir/.github/workflows/elixir-test.yaml Bumps [intility/reusable-elixir/.github/workflows/elixir-test.yaml](https://github.com/intility/reusable-elixir) from 2.2.1 to 3.1.0. - [Release notes](https://github.com/intility/reusable-elixir/releases) - [Changelog](https://github.com/intility/reusable-elixir/blob/main/CHANGELOG.md) - [Commits](https://github.com/intility/reusable-elixir/compare/8538d07c58d0c44e844e68a773ec729f21ee4ed7...e57a7d7c69468613e5f521103f596acab3cc5b33) --- updated-dependencies: - dependency-name: intility/reusable-elixir/.github/workflows/elixir-test.yaml dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4293780..81d927a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: actions: read contents: read pull-requests: write - uses: intility/reusable-elixir/.github/workflows/elixir-test.yaml@8538d07c58d0c44e844e68a773ec729f21ee4ed7 # v2.2.1 + uses: intility/reusable-elixir/.github/workflows/elixir-test.yaml@e57a7d7c69468613e5f521103f596acab3cc5b33 # v3.1.0 with: otp-version: "28.3" elixir-version: "1.19.4"