Skip to content

Commit 4da4e5e

Browse files
committed
ci: bump actions etc. to latest versions
Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 1216466 commit 4da4e5e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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:
@@ -49,9 +49,9 @@ jobs:
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

0 commit comments

Comments
 (0)