From d875f0dd098ecff6d85287190cd5b1fc67f181b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 09:47:21 +0000 Subject: [PATCH] Bump philss/rustler-precompiled-action from 1.0.1 to 1.1.3 Bumps [philss/rustler-precompiled-action](https://github.com/philss/rustler-precompiled-action) from 1.0.1 to 1.1.3. - [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.3) --- 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..bb3bec0 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.3 with: project-name: ${{ env.PROJECT_NAME }} project-version: ${{ env.PROJECT_VERSION }}