Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kenany committed Jul 10, 2024
1 parent a78b86e commit 973f61e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Setup Go
uses: actions/setup-go@v5.0.1
uses: actions/setup-go@v5.0.2
with:
go-version: "1.22"
cache-dependency-path: "**/*.sum"
Expand All @@ -51,7 +51,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Setup Go
uses: actions/setup-go@v5.0.1
uses: actions/setup-go@v5.0.2
with:
go-version: ${{ matrix.go-version }}
cache-dependency-path: ./pangea-sdk/v3/go.sum
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
uses: actions/checkout@v4.1.7

- name: Setup Go
uses: actions/setup-go@v5.0.1
uses: actions/setup-go@v5.0.2
with:
go-version: "1.22"
cache-dependency-path: ./examples/${{ matrix.example }}/go.sum
Expand Down

0 comments on commit 973f61e

Please sign in to comment.