Skip to content

Commit 9761547

Browse files
committedAug 23, 2024
.github: update CI action and its dependencies
1 parent eac728c commit 9761547

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/go-presubmit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
go-version: ['stable']
2222
os: ['ubuntu-latest']
2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@v4
2525
- name: Install Go ${{ matrix.go-version }}
26-
uses: actions/setup-go@v3
26+
uses: actions/setup-go@v4
2727
with:
2828
go-version: ${{ matrix.go-version }}
2929
cache: true
30-
- uses: creachadair/go-presubmit-action@v1
30+
- uses: creachadair/go-presubmit-action@v2

0 commit comments

Comments
 (0)