We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7be42bc + 3d26437 commit d09a2bfCopy full SHA for d09a2bf
.github/workflows/api-server.yml
@@ -26,7 +26,7 @@ jobs:
26
uses: actions/checkout@v4
27
28
- name: Set up Go
29
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
30
with:
31
go-version: '1.21.6'
32
.github/workflows/cherry-pick.yml
@@ -27,7 +27,7 @@ jobs:
git cherry-pick ${{ github.event.pull_request.merge_commit_sha }}
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v5
+ uses: peter-evans/create-pull-request@v7
token: ${{ secrets.GITHUB_TOKEN }}
33
branch: cherry-pick-${{ github.event.pull_request.number }}
0 commit comments