From 9d378638cf8ca24ec0fbcffe723e6766ef982fe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 00:07:22 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v4 --- .github/workflows/frontend-pipeline.yml | 2 +- .github/workflows/setup-backend-environment/action.yml | 2 +- .github/workflows/setup-frontend-environment/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/frontend-pipeline.yml b/.github/workflows/frontend-pipeline.yml index eab1b76..4957d89 100644 --- a/.github/workflows/frontend-pipeline.yml +++ b/.github/workflows/frontend-pipeline.yml @@ -69,7 +69,7 @@ jobs: with: task-version: ${{ inputs.task-version }} - name: Parcel cache - uses: actions/cache@v3 + uses: actions/cache@v4 id: parcel-cache-restore with: path: | diff --git a/.github/workflows/setup-backend-environment/action.yml b/.github/workflows/setup-backend-environment/action.yml index 1e1bc2b..08db553 100644 --- a/.github/workflows/setup-backend-environment/action.yml +++ b/.github/workflows/setup-backend-environment/action.yml @@ -23,7 +23,7 @@ runs: id: setup-python with: python-version-file: './backend/pyproject.toml' - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache-restore with: path: | diff --git a/.github/workflows/setup-frontend-environment/action.yml b/.github/workflows/setup-frontend-environment/action.yml index 7ae6b41..23ef40b 100644 --- a/.github/workflows/setup-frontend-environment/action.yml +++ b/.github/workflows/setup-frontend-environment/action.yml @@ -22,7 +22,7 @@ runs: - uses: actions/setup-node@v4 with: node-version: lts/iron - - uses: actions/cache@v3 + - uses: actions/cache@v4 id: cache-restore with: path: |