From dbb1d85222f8dcee57dc189e4244491afa38837a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 15:38:11 +0000 Subject: [PATCH] Bump philss/rustler-precompiled-action from 1.1.3 to 1.1.4 Bumps [philss/rustler-precompiled-action](https://github.com/philss/rustler-precompiled-action) from 1.1.3 to 1.1.4. - [Release notes](https://github.com/philss/rustler-precompiled-action/releases) - [Changelog](https://github.com/philss/rustler-precompiled-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/philss/rustler-precompiled-action/compare/v1.1.3...v1.1.4) --- updated-dependencies: - dependency-name: philss/rustler-precompiled-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8e2aac0..01d29e3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - name: Build the project id: build-crate - uses: philss/rustler-precompiled-action@v1.1.3 + uses: philss/rustler-precompiled-action@v1.1.4 with: project-name: mjml_nif project-version: ${{ env.PROJECT_VERSION }}