From 509b405b7cfa1feea82bc43cf3e4565f003f47b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jun 2024 06:12:08 +0000 Subject: [PATCH 1/2] Bump actions/cache from 2 to 4 Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [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/v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/saucerswap-v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/saucerswap-v2.yaml b/.github/workflows/saucerswap-v2.yaml index 7b8a183..3ac19ed 100644 --- a/.github/workflows/saucerswap-v2.yaml +++ b/.github/workflows/saucerswap-v2.yaml @@ -26,7 +26,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v2 + - uses: actions/cache@v4 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} From ad6adfdabfbaf32ed1bd1f11bda7deb594da49c3 Mon Sep 17 00:00:00 2001 From: Jeromy Cannon Date: Fri, 14 Jun 2024 05:30:10 -0500 Subject: [PATCH 2/2] Update saucerswap-v2.yaml Signed-off-by: Jeromy Cannon --- .github/workflows/saucerswap-v2.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/saucerswap-v2.yaml b/.github/workflows/saucerswap-v2.yaml index 3ac19ed..f2e986b 100644 --- a/.github/workflows/saucerswap-v2.yaml +++ b/.github/workflows/saucerswap-v2.yaml @@ -26,7 +26,7 @@ jobs: id: yarn-cache-dir-path run: echo "::set-output name=dir::$(yarn cache dir)" - - uses: actions/cache@v4 + - uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: yarn-cache with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }}