From 28ff45f44f7da573ee55947b4a9aa3a40e53df25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 23:09:18 +0000 Subject: [PATCH] Bump open-sauced/pizza-action from 1.0.0 to 2.2.0 Bumps [open-sauced/pizza-action](https://github.com/open-sauced/pizza-action) from 1.0.0 to 2.2.0. - [Release notes](https://github.com/open-sauced/pizza-action/releases) - [Commits](https://github.com/open-sauced/pizza-action/compare/v1.0.0...v2.2.0) --- updated-dependencies: - dependency-name: open-sauced/pizza-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pizza-action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pizza-action.yaml b/.github/workflows/pizza-action.yaml index f2ce387..f76116a 100644 --- a/.github/workflows/pizza-action.yaml +++ b/.github/workflows/pizza-action.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Pizza Action - uses: open-sauced/pizza-action@v1.0.0 + uses: open-sauced/pizza-action@v2.2.0 with: # optional and default is "latest". Add this parameter if you want to use a specific version, e.g. v2.0.0 cli-version: "v2.1.0"