From b540ec2449765bcc2a87dc3f9ce8a78c307768da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jul 2026 12:33:50 +0000 Subject: [PATCH] chore: bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [erlef/setup-beam](https://github.com/erlef/setup-beam) and [thenativeweb/get-next-version](https://github.com/thenativeweb/get-next-version). Updates `erlef/setup-beam` from 1.24.0 to 1.24.1 - [Release notes](https://github.com/erlef/setup-beam/releases) - [Commits](https://github.com/erlef/setup-beam/compare/v1.24.0...v1.24.1) Updates `thenativeweb/get-next-version` from 2.7.2 to 2.7.3 - [Release notes](https://github.com/thenativeweb/get-next-version/releases) - [Commits](https://github.com/thenativeweb/get-next-version/compare/2.7.2...2.7.3) --- updated-dependencies: - dependency-name: erlef/setup-beam dependency-version: 1.24.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: thenativeweb/get-next-version dependency-version: 2.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/qa.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 4292b5c..c66b170 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -21,7 +21,7 @@ jobs: - name: Install inotify-tools run: sudo apt-get install -y inotify-tools - name: Use Elixir - uses: erlef/setup-beam@v1.24.0 + uses: erlef/setup-beam@v1.24.1 id: beam with: version-file: .tool-versions diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8beb64f..39be090 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Install inotify-tools run: sudo apt-get install -y inotify-tools - name: Use Elixir - uses: erlef/setup-beam@v1.24.0 + uses: erlef/setup-beam@v1.24.1 id: beam with: version-file: .tool-versions @@ -48,7 +48,7 @@ jobs: - name: Get next version id: get_next_version - uses: thenativeweb/get-next-version@2.7.2 + uses: thenativeweb/get-next-version@2.7.3 - name: Create new version if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }} run: |