From 98f22ba110a8245ca581abbde62864f648876aeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Aug 2021 10:10:24 +0200 Subject: [PATCH] Bump uraimo/run-on-arch-action from 2.1.0 to 2.1.1 (#490) Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/uraimo/run-on-arch-action/releases) - [Commits](https://github.com/uraimo/run-on-arch-action/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: uraimo/run-on-arch-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/development.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index a806574c..cf72dc87 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -228,7 +228,7 @@ jobs: gzip output/man/man1/* cp sftpgo output/ - - uses: uraimo/run-on-arch-action@v2.1.0 + - uses: uraimo/run-on-arch-action@v2.1.1 if: ${{ matrix.arch != 'amd64' }} name: Build for ${{ matrix.arch }} id: build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c9fc11e..fd21a89b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -250,7 +250,7 @@ jobs: env: SFTPGO_VERSION: ${{ steps.get_version.outputs.SFTPGO_VERSION }} - - uses: uraimo/run-on-arch-action@v2.1.0 + - uses: uraimo/run-on-arch-action@v2.1.1 if: ${{ matrix.arch != 'amd64' }} name: Build for ${{ matrix.arch }} id: build