From 5c148d8efdd9768c234005ddeca4052a2024b173 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 05:57:02 +0000 Subject: [PATCH] chore(deps): bump a7ul/tar-action in the all-actions group Bumps the all-actions group with 1 update: [a7ul/tar-action](https://github.com/a7ul/tar-action). Updates `a7ul/tar-action` from 1.1.3 to 1.2.0 - [Release notes](https://github.com/a7ul/tar-action/releases) - [Commits](https://github.com/a7ul/tar-action/compare/v1.1.3...v1.2.0) --- updated-dependencies: - dependency-name: a7ul/tar-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21463178..bf75decf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,7 +184,7 @@ jobs: mkdir release-artifacts cp target/${{ matrix.target }}/release/${{ matrix.lib }} release-artifacts/ - - uses: a7ul/tar-action@v1.1.3 + - uses: a7ul/tar-action@v1.2.0 if: | github.event_name == 'release' || (github.event_name == 'workflow_dispatch' && github.event.inputs.publish-binaries == 'true') @@ -450,7 +450,7 @@ jobs: name: indy_vdr.xcframework path: mobile/ios/ - - uses: a7ul/tar-action@v1.1.3 + - uses: a7ul/tar-action@v1.2.0 with: command: c files: ./mobile