From 8b8c642e0af13bf6ad1cc7795d0382ca6f5f5d23 Mon Sep 17 00:00:00 2001 From: wetransform Bot <113353961+wetransformer@users.noreply.github.com> Date: Mon, 30 Sep 2024 09:45:53 +0000 Subject: [PATCH] ci: add/update workflow for autosquash on PRs --- .github/workflows/tf-autosquash.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tf-autosquash.yml b/.github/workflows/tf-autosquash.yml index f8b7941..e33382d 100644 --- a/.github/workflows/tf-autosquash.yml +++ b/.github/workflows/tf-autosquash.yml @@ -30,7 +30,7 @@ jobs: private-key: ${{ secrets.WE_HELPER_GITHUB_PRIVATE_KEY }} - name: Checkout the repository and persist credentials - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: token: ${{ steps.app-token.outputs.token || github.token }}