diff --git a/.github/workflows/docker_actions.yml b/.github/workflows/docker_actions.yml index efe09fed8b..7672814f77 100644 --- a/.github/workflows/docker_actions.yml +++ b/.github/workflows/docker_actions.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 5 - name: Setup cache id: setup-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/cache diff --git a/.github/workflows/github_actions.yml b/.github/workflows/github_actions.yml index f335fd13ff..83e575984d 100644 --- a/.github/workflows/github_actions.yml +++ b/.github/workflows/github_actions.yml @@ -478,7 +478,7 @@ jobs: shell: bash - name: Setup cache id: setup-cache - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/cache