File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1818 id-token : write
1919 contents : write
2020 steps :
21- - uses : actions/checkout@v5
21+ - uses : actions/checkout@v6
2222 with :
2323 token : ${{ secrets.GH_CQ_BOT }}
2424 - name : Set up Go 1.x
3030 run : make coverage
3131
3232 - name : Create Pull Request
33- uses : peter-evans/create-pull-request@v7
33+ uses : peter-evans/create-pull-request@v8
3434 with :
3535 # required so the PR triggers workflow runs
3636 token : ${{ secrets.GH_CQ_BOT }}
Original file line number Diff line number Diff line change 1717 matrix :
1818 plugin : [simple_plugin]
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121 with :
2222 token : ${{ secrets.GH_CQ_BOT }}
2323 - name : Set up Go 1.x
2828 - name : Run go mod tidy
2929 working-directory : examples/${{ matrix.plugin }}
3030 run : go mod tidy
31- - uses : stefanzweifel/git-auto-commit-action@v5
31+ - uses : stefanzweifel/git-auto-commit-action@v7
3232 with :
3333 commit_message : " chore: Tidy"
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616 runs-on : ubicloud-standard-8
1717 timeout-minutes : 10
1818 steps :
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - uses : actions/setup-go@v6
2121 with :
2222 go-version-file : go.mod
2323 - name : golangci-lint
24- uses : golangci/golangci-lint-action@v8
24+ uses : golangci/golangci-lint-action@v9
2525 with :
2626 version : v2.7.2
Original file line number Diff line number Diff line change 1515 timeout-minutes : 10
1616 steps :
1717 - name : Git checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 - run : |
2020 venv="$HOME/.local/share/venv"
2121 python3 -m venv "$venv"
3333 timeout-minutes : 10
3434 steps :
3535 - name : Git checkout
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 - name : markdownlint-cli
38383939 with :
Original file line number Diff line number Diff line change 1919 timeout-minutes : 15
2020 steps :
2121 - name : Check out code into the Go module directory
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323 - name : Set up Go 1.x
2424 uses : actions/setup-go@v6
2525 with :
You can’t perform that action at this time.
0 commit comments