From e0a5ec1a5e519fe91e0b79d4b2e8ce252faa8f9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 21:17:21 +0000 Subject: [PATCH] ci(deps): bump actions/cache from 4.1.1 to 4.1.2 (#169) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efe8c5b..4bbed28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: run: echo "result=${{ runner.os }}-${{ github.run_id }}" >>$GITHUB_OUTPUT - id: cache name: Cache dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ steps.cache-key.outputs.result }} path: ${{ env.CACHE_PATH }} @@ -117,7 +117,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -169,7 +169,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -198,7 +198,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -227,7 +227,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -271,7 +271,7 @@ jobs: - id: cache if: steps.test-files-check.outputs.files_exists == 'true' name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -324,7 +324,7 @@ jobs: - id: cache if: steps.test-files-check.outputs.files_exists == 'true' name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -378,7 +378,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }} @@ -429,7 +429,7 @@ jobs: node-version-file: .nvmrc - id: cache name: Restore dependencies cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: key: ${{ needs.preflight.outputs.cache-key }} path: ${{ env.CACHE_PATH }}