Skip to content

Commit

Permalink
fix deprecated action version
Browse files Browse the repository at this point in the history
  • Loading branch information
lmbsog0 committed Feb 16, 2024
1 parent d34c601 commit 3e53115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
name: grpc
path: pkg/a2l
- name: Set up Go 1.21
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.21"
cache: true
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
name: grpc
path: pkg/a2l
- name: Set up Go 1.21
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: "1.21"
cache: true
Expand Down

0 comments on commit 3e53115

Please sign in to comment.