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