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: |