From 224818494373d4947363fe89d9f321ec158f404d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 19:41:31 +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 8f61b728..cf483f21 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@v6 + uses: actions/checkout@v7 if: ${{ steps.release.outputs.release_created }} - name: Build and publish to GitHub Package