Skip to content

Commit

Permalink
Merge pull request #1 from classic-terra/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-3.2.2

Bump actions/cache from 3.0.11 to 3.2.2
  • Loading branch information
faddat authored Jan 2, 2023
2 parents bcc6b97 + 093eb3c commit 03ddeaf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: install runsim
run: |
export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/cache@v3.0.11
- uses: actions/cache@v3.2.2
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -40,7 +40,7 @@ jobs:
needs: [build, install-runsim]
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v3.0.11
- uses: actions/cache@v3.2.2
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: go version
- name: Install runsim
run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/[email protected]
- uses: actions/cache@v3.0.11
- uses: actions/cache@v3.2.2
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -56,7 +56,7 @@ jobs:
go-version: 1.19
- name: Display go version
run: go version
- uses: actions/cache@v3.0.11
- uses: actions/cache@v3.2.2
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -74,7 +74,7 @@ jobs:
go-version: 1.19
- name: Display go version
run: go version
- uses: actions/cache@v3.0.11
- uses: actions/cache@v3.2.2
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -92,7 +92,7 @@ jobs:
go-version: 1.19
- name: Display go version
run: go version
- uses: actions/cache@v3.0.11
- uses: actions/cache@v3.2.2
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand All @@ -110,7 +110,7 @@ jobs:
go-version: 1.19
- name: Display go version
run: go version
- uses: actions/cache@v3.0.11
- uses: actions/cache@v3.2.2
with:
path: ~/go/bin
key: ${{ runner.os }}-go-runsim-binary
Expand Down

0 comments on commit 03ddeaf

Please sign in to comment.