From 9bbedd4c2c04e8116e3d1dd241da773040aec1b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 03:17:41 +0000 Subject: [PATCH] Bump philss/rustler-precompiled-action from 1.0.1 to 1.1.4 Bumps [philss/rustler-precompiled-action](https://github.com/philss/rustler-precompiled-action) from 1.0.1 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.0.1...v1.1.4) --- 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 b86103a..98d4c4a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -72,7 +72,7 @@ jobs: - name: Build the project id: build-crate - uses: philss/rustler-precompiled-action@v1.0.1 + uses: philss/rustler-precompiled-action@v1.1.4 with: project-name: json_schema_nif project-version: ${{ env.PROJECT_VERSION }}