From 5edb388795b8f4e8dcc273414696577d099988b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 17:39:57 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/commands.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commands.yaml b/.github/workflows/commands.yaml index deb33cd..c721f4a 100644 --- a/.github/workflows/commands.yaml +++ b/.github/workflows/commands.yaml @@ -14,7 +14,7 @@ jobs: token: ${{ secrets.READ_ORG }} comment: ":red_circle: I'm sorry @${{ github.event.comment.user.login }}, I'm afraid I can't do that." exit: true - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - env: GH_TOKEN: ${{ github.token }} run: |