From e94afe31a4c727ff1b4572817123321a4eb46561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 03:04:14 +0000 Subject: [PATCH] build(deps): bump snapcore/action-build from 1.0.9 to 1.1.0 Bumps [snapcore/action-build](https://github.com/snapcore/action-build) from 1.0.9 to 1.1.0. - [Release notes](https://github.com/snapcore/action-build/releases) - [Commits](https://github.com/snapcore/action-build/compare/v1.0.9...v1.1.0) --- updated-dependencies: - dependency-name: snapcore/action-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/snap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snap.yml b/.github/workflows/snap.yml index 9a26c5b..8f46121 100644 --- a/.github/workflows/snap.yml +++ b/.github/workflows/snap.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout code uses: actions/checkout@v2.4.0 - name: Build the snap - uses: snapcore/action-build@v1.0.9 + uses: snapcore/action-build@v1.1.0 - name: Uploading snap artifact uses: actions/upload-artifact@v2 with: