From adcf011fcd75c5a32a0d648018417e756efcd4e0 Mon Sep 17 00:00:00 2001 From: kylezs Date: Mon, 4 Nov 2024 19:31:24 +0100 Subject: [PATCH] chore: bump actions versions (#5380) --- .github/workflows/ci-cherry-pick.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-cherry-pick.yml b/.github/workflows/ci-cherry-pick.yml index 41c9b795ff..ec07e0cd4f 100644 --- a/.github/workflows/ci-cherry-pick.yml +++ b/.github/workflows/ci-cherry-pick.yml @@ -16,7 +16,7 @@ jobs: runs-on: namespace-profile-default steps: - name: Checkout branch - uses: actions/checkout@v3 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: ref: main fetch-depth: 0 @@ -41,7 +41,7 @@ jobs: git cherry-pick -x $COMMIT_SHA - name: Create Pull Request 🐂 - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 with: token: ${{ secrets.CF_BACKEND_GITHUB_TOKEN }} commit-message: "pick: ${{ env.COMMIT_SHA }} to ${{ env.RELEASE_BRANCH }}"