File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 update-binaries :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v5
1414 with :
1515 ref : ${{github.event.pull_request.head.ref}}
1616 repository : ${{github.event.pull_request.head.repo.full_name}}
1717 token : ${{ secrets.GITHUB_TOKEN }}
18- - uses : actions/setup-go@v3
18+ - uses : actions/setup-go@v6
1919 with :
20- go-version : ' 1.20 '
20+ go-version : ' 1.25 '
2121 - run : make binaries
2222 - uses : stefanzweifel/git-auto-commit-action@v4
2323 with :
Original file line number Diff line number Diff line change 1111 test :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
15- - uses : actions/setup-go@v3
14+ - uses : actions/checkout@v5
15+ - uses : actions/setup-go@v6
1616 with :
17- go-version : ' 1.20 '
17+ go-version : ' 1.25 '
1818 - run : make test
Original file line number Diff line number Diff line change 1212 runs-on : [ubuntu-latest]
1313 timeout-minutes : 10
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v5
1616 - name : Labeler action
1717 uses : ./.
1818 with :
You can’t perform that action at this time.
0 commit comments