From eff38852c71a673352ea1a38b56d2c159b99e879 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jul 2026 04:14:48 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index d47a1b2..dfee2e5 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -15,7 +15,7 @@ jobs: token: ${{ secrets.PORTER_GITHUB_TOKEN }} - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 if: ${{ steps.release.outputs.release_created }} - name: Build and publish to GitHub Package