From 25c0b76e65e47f965061bf4155b738b0684bfdc5 Mon Sep 17 00:00:00 2001 From: Alex Curtis-Slep <49458917+AlexVCS@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:42:53 -0400 Subject: [PATCH] chore: update pizza action version (#4122) --- .github/workflows/pizza.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pizza.yml b/.github/workflows/pizza.yml index 852dadec5..9cce72de7 100644 --- a/.github/workflows/pizza.yml +++ b/.github/workflows/pizza.yml @@ -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: cli-version: "v2.2.0" commit-and-pr: "true"