From bf3ecfcb554217e80c7db8555b1c06222771c5c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Mon, 22 Dec 2025 00:57:22 +0800 Subject: [PATCH] chore: make lint happy --- .github/workflows/gomod2nix.yml | 2 +- .github/workflows/push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gomod2nix.yml b/.github/workflows/gomod2nix.yml index 4ab92cbe..88414d7b 100644 --- a/.github/workflows/gomod2nix.yml +++ b/.github/workflows/gomod2nix.yml @@ -42,7 +42,7 @@ jobs: - name: Create Pull Request if: ${{ !github.head_ref }} continue-on-error: true - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v8 with: delete-branch: true branch-suffix: short-commit-hash diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 2143d00b..d00693f6 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -41,4 +41,4 @@ jobs: - name: Create Pull Request if: ${{ !github.head_ref }} continue-on-error: true - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v8