From 58445a26f2af32073b19df1d1aef6cb3ba4cd9fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 05:19:59 +0000 Subject: [PATCH] build(deps): Bump actions/cache from 3.3.2 to 3.3.3 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 3.3.3. - [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/v3.3.2...v3.3.3) --- 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 2ec226196..42ffc2de7 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@v3.3.2 + - uses: actions/cache@v3.3.3 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@v3.3.2 + - uses: actions/cache@v3.3.3 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index ea3967857..01bfe66f6 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@v3.3.2 + - uses: actions/cache@v3.3.3 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary @@ -68,7 +68,7 @@ jobs: **/**.go go.mod go.sum - - uses: actions/cache@v3.3.2 + - uses: actions/cache@v3.3.3 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@v3.3.2 + - uses: actions/cache@v3.3.3 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@v3.3.2 + - uses: actions/cache@v3.3.3 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@v3.3.2 + - uses: actions/cache@v3.3.3 with: path: ~/go/bin key: ${{ runner.os }}-go-runsim-binary