From c8572904300813184e69efd18cf8ee3a809213ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 18:45:38 +0000 Subject: [PATCH] Bump open-sauced/pizza-action from 2.3.0 to 2.4.0 Bumps [open-sauced/pizza-action](https://github.com/open-sauced/pizza-action) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/open-sauced/pizza-action/releases) - [Commits](https://github.com/open-sauced/pizza-action/compare/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: open-sauced/pizza-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 5d8ac73..5f81e3d 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@v2.3.0 + uses: open-sauced/pizza-action@v2.4.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"