From 5a330b0673da5429d0c556a814f581c55e5cf7ab Mon Sep 17 00:00:00 2001 From: kylezs Date: Mon, 4 Nov 2024 13:56:33 +0100 Subject: [PATCH] chore: bump actions versions --- .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 }}"