Skip to content

Commit

Permalink
chore(deps): update actions/setup-go action to v5.0.1 (#240)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 2, 2024
1 parent 11efc70 commit e79d74a
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.4

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

- name: Setup Go
uses: actions/setup-go@v5.0.0
uses: actions/setup-go@v5.0.1
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.4

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

0 comments on commit e79d74a

Please sign in to comment.