From 89a7c04198cc0bcb530ebe8a392cae683cef0437 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 09:03:32 +0000 Subject: [PATCH] Bump philss/rustler-precompiled-action from 1.0.1 to 1.1.0 Bumps [philss/rustler-precompiled-action](https://github.com/philss/rustler-precompiled-action) from 1.0.1 to 1.1.0. - [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.0.1...v1.1.0) --- updated-dependencies: - dependency-name: philss/rustler-precompiled-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 8395f67..5051a14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: - name: Build the project id: build-crate - uses: philss/rustler-precompiled-action@v1.0.1 + uses: philss/rustler-precompiled-action@v1.1.0 with: project-name: ${{ env.PROJECT_NAME }} project-version: ${{ env.PROJECT_VERSION }}