Skip to content

Commit d09a2bf

Browse files
authored
Merge pull request #499 from instructlab/dependabot/github_actions/dot-github/workflows/main/actions-deps-04a1e52737
Bump the actions-deps group in /.github/workflows with 2 updates
2 parents 7be42bc + 3d26437 commit d09a2bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/api-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@v4
2727

2828
- name: Set up Go
29-
uses: actions/setup-go@v4
29+
uses: actions/setup-go@v5
3030
with:
3131
go-version: '1.21.6'
3232

.github/workflows/cherry-pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
git cherry-pick ${{ github.event.pull_request.merge_commit_sha }}
2828
2929
- name: Create Pull Request
30-
uses: peter-evans/create-pull-request@v5
30+
uses: peter-evans/create-pull-request@v7
3131
with:
3232
token: ${{ secrets.GITHUB_TOKEN }}
3333
branch: cherry-pick-${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)