Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

build(deps): bump actions/cache from 2.1.3 to 2.1.7 #959

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: install runsim
run: |
export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/[email protected]
- uses: actions/[email protected].3
- uses: actions/[email protected].7
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -33,7 +33,7 @@ jobs:
needs: install-runsim
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected].3
- uses: actions/[email protected].7
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down