From ca2db51a21b142b378963cb8f358e77f35a3f9a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 13:13:05 +0000 Subject: [PATCH] build(deps): 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.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a5edf6a..abd077c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,7 +45,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: rhai_rustler project-version: ${{ env.PROJECT_VERSION }}