Skip to content

Commit

Permalink
chore: bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs committed Nov 4, 2024
1 parent 5180af2 commit 5a330b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}"
Expand Down

0 comments on commit 5a330b0

Please sign in to comment.