Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/cache action to v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Nov 6, 2020
1 parent aee76e0 commit d6072fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ matrix.go-version }}-${{ hashFiles('**/go.sum') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gofmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: "get golang version"
run: echo "::set-env name=golang-version::$(go version)"
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
path: ~/go
key: ${{ runner.os }}-go-${{ env.golang-version }}
Expand Down

0 comments on commit d6072fb

Please sign in to comment.