From 723ef975b92285101417f707dbaf515928ef77e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 07:49:09 +0000 Subject: [PATCH] Bump actions/cache from v2 to v2.1.4 Bumps [actions/cache](https://github.com/actions/cache) from v2 to v2.1.4. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2...26968a09c0ea4f3e233fdddbafd1166051a095f6) Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- .github/workflows/swift-test.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4c4245..3d94677 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - uses: dawidd6/action-get-tag@v1 id: get-tag - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: .build key: ${{runner.os}}-${{github.repository}}-spm-${{hashFiles('**/Package.resolved')}} diff --git a/.github/workflows/swift-test.yml b/.github/workflows/swift-test.yml index 704a04b..d2319d0 100644 --- a/.github/workflows/swift-test.yml +++ b/.github/workflows/swift-test.yml @@ -12,7 +12,7 @@ jobs: steps: - run: sudo xcode-select -s /Applications/Xcode_12.3.app/Contents/Developer - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: .build key: ${{runner.os}}-${{github.repository}}-spm-${{hashFiles('**/Package.resolved')}} @@ -40,7 +40,7 @@ jobs: release-version: 5.3.2 platform: ${{matrix.os}} - uses: actions/checkout@v2 - - uses: actions/cache@v2 + - uses: actions/cache@v2.1.4 with: path: .build key: ${{runner.os}}-${{github.repository}}-spm-${{hashFiles('**/Package.resolved')}}