Skip to content

Commit 903180f

Browse files
authored
Upgrade github actions (#51)
as indicated by dependabot alerts AB#10624 Signed-off-by: Paul Hewlett <[email protected]>
1 parent 297354a commit 903180f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Setup go-task
14-
uses: arduino/setup-task@v1
14+
uses: arduino/setup-task@v2
1515
with:
1616
version: 3.x
1717
repo-token: ${{ secrets.GITHUB_TOKEN }}
1818
- name: Setup Go
19-
uses: actions/setup-go@v4
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: '1.23.x'
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323
cache-dependency-path: |
2424
datatrails-common-api/go.sum
2525
- name: Setup protobuf
26-
uses: arduino/setup-protoc@v2
26+
uses: arduino/setup-protoc@v3
2727
with:
2828
version: "24.3"
2929
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)