fix: update gobump GHA
This commit is contained in:
parent
f0fb23f1af
commit
84e26ab591
1 changed files with 2 additions and 2 deletions
4
.github/workflows/gobump.yml
vendored
4
.github/workflows/gobump.yml
vendored
|
|
@ -15,8 +15,8 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Run gobump-deps action
|
- name: Run gobump-deps action
|
||||||
uses: lzap/gobump@v1
|
uses: lzap/gobump@main
|
||||||
with:
|
with:
|
||||||
go_version: "1.22.0"
|
go_version: "1.22.8"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
exec_pr: ./tools/prepare-source.sh
|
exec_pr: ./tools/prepare-source.sh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue