Skip to content

Commit

Permalink
Merge branch 'main' into idempotent-unserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
mfleader committed Jan 15, 2024
2 parents 276a1c6 + e9a9ed0 commit 3f660d9
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 @@ -27,7 +27,7 @@ jobs:
go-version: 1.18
- name: Set up gotestfmt
uses: GoTestTools/gotestfmt-action@v2
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
with:
path: |
~/go/pkg/mod
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
with:
go-version: 1.18
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
with:
path: |
~/go/pkg/mod
Expand Down

0 comments on commit 3f660d9

Please sign in to comment.