From 5869f809bb06c4e4d642dbc605cb246cba979e7a Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Mon, 4 Mar 2024 09:14:34 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .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 ab49233..adaa396 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -19,7 +19,7 @@ jobs: steps: - name: 'Checkout' - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 token: ${{ secrets.PLURAL_BOT_PAT }}