Skip to content

Commit

Permalink
Merge e74d5fd into f60ea3f
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Nov 23, 2021
2 parents f60ea3f + e74d5fd commit b450759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
go-version: ${{ matrix.go-version }}

- name: Cache dependencies
uses: actions/cache@v2.1.6
uses: actions/cache@v2.1.7
with:
path: vendor/
key: vendor-${{ matrix.go-version }}-${{ hashFiles('go.mod', 'go.sum') }}
Expand Down

0 comments on commit b450759

Please sign in to comment.