From 5c995fd20fccbb41a1515a3c05059b002789a686 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 21:18:17 -0500 Subject: [PATCH] Bump peter-evans/create-pull-request from 7.0.5 to 7.0.6 (#1796) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jacobi petrucciani <8117202+jpetrucciani@users.noreply.github.com> --- .github/workflows/update.yml | 2 +- .github/workflows/update_pkgs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1ad99302..4695f7c1 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -10,7 +10,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix flake update - - uses: peter-evans/create-pull-request@v7.0.5 + - uses: peter-evans/create-pull-request@v7.0.6 id: pr with: delete-branch: true diff --git a/.github/workflows/update_pkgs.yml b/.github/workflows/update_pkgs.yml index 14439189..9c1169d9 100644 --- a/.github/workflows/update_pkgs.yml +++ b/.github/workflows/update_pkgs.yml @@ -20,7 +20,7 @@ jobs: - uses: DeterminateSystems/nix-installer-action@main - uses: DeterminateSystems/magic-nix-cache-action@main - run: nix run .#${{ matrix.attrs.cmd }} ${{ matrix.attrs.attr }} - - uses: peter-evans/create-pull-request@v7.0.5 + - uses: peter-evans/create-pull-request@v7.0.6 id: pr with: delete-branch: true