From d1458ad1737ccd627cd8c95251242ee3248cd954 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 05:41:49 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 4.0.1 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.1 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.0.1...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-sims.yml | 4 ++-- .github/workflows/sims.yml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release-sims.yml b/.github/workflows/release-sims.yml index fc9711ad2..5177a2e23 100644 --- a/.github/workflows/release-sims.yml +++ b/.github/workflows/release-sims.yml @@ -30,7 +30,7 @@ jobs: - name: install runsim run: | export GO111MODULE="on" && go get github.com/cosmos/tools/cmd/runsim@v1.0.0 - - uses: actions/cache@v4.0.1 + - uses: actions/cache@v4.0.2 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -40,7 +40,7 @@ jobs: needs: [build, install-runsim] steps: - uses: actions/checkout@v4 - - uses: actions/cache@v4.0.1 + - uses: actions/cache@v4.0.2 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 2e4f056c1..bf7a70d96 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -46,7 +46,7 @@ jobs: run: go version - name: Install runsim run: export GO111MODULE="on" && go install github.com/cosmos/tools/cmd/runsim@v1.0.0 - - uses: actions/cache@v4.0.1 + - uses: actions/cache@v4.0.2 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -68,7 +68,7 @@ jobs: **/**.go go.mod go.sum - - uses: actions/cache@v4.0.1 + - uses: actions/cache@v4.0.2 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -97,7 +97,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v4.0.1 + - uses: actions/cache@v4.0.2 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -126,7 +126,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v4.0.1 + - uses: actions/cache@v4.0.2 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -155,7 +155,7 @@ jobs: go.sum SET_ENV_NAME_INSERTIONS: 1 SET_ENV_NAME_LINES: 1 - - uses: actions/cache@v4.0.1 + - uses: actions/cache@v4.0.2 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary