File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,25 +22,25 @@ jobs:
2222 version : v2.6
2323
2424 commit :
25- runs-on : ubuntu-22 .04
25+ runs-on : ubuntu-24 .04
2626 # Only check commits on pull requests.
2727 if : github.event_name == 'pull_request'
2828 steps :
2929 - name : get pr commits
3030 id : ' get-pr-commits'
31- uses : tim-actions/get-pr-commits@v1.1.0
31+ uses : tim-actions/get-pr-commits@v1.3.1
3232 with :
3333 token : ${{ secrets.GITHUB_TOKEN }}
3434
3535 - name : check subject line length
36- uses :
tim-actions/[email protected] .1 36+ uses :
tim-actions/[email protected] .2 3737 with :
3838 commits : ${{ steps.get-pr-commits.outputs.commits }}
3939 pattern : ' ^.{0,72}(\n.*)*$'
4040 error : ' Subject too long (max 72)'
4141
4242 test :
43- runs-on : ubuntu-22 .04
43+ runs-on : ubuntu-24 .04
4444 strategy :
4545 fail-fast : false
4646 matrix :
4949
5050 steps :
5151 - name : checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v5
5353 - name : install go ${{ matrix.go-version }}
54- uses : actions/setup-go@v5
54+ uses : actions/setup-go@v6
5555 with :
5656 go-version : ${{ matrix.go-version }}
5757 - name : build
You can’t perform that action at this time.
0 commit comments