diff --git a/.github/workflows/jobs.yaml b/.github/workflows/jobs.yaml index e41209a508..1f8c25cfd3 100644 --- a/.github/workflows/jobs.yaml +++ b/.github/workflows/jobs.yaml @@ -86,7 +86,7 @@ jobs: node-version: ${{ env.NVMRC }} cache: "yarn" cache-dependency-path: web-app/yarn.lock - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: assets-cache name: Assets Cache with: @@ -206,7 +206,7 @@ jobs: with: go-version: ${{ matrix.go-version }} id: go-minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: assets-cache name: Assets Cache with: @@ -230,7 +230,7 @@ jobs: cd $GITHUB_WORKSPACE cp $GITHUB_WORKSPACE/minio_repository/minio . - - uses: actions/cache/save@v5 + - uses: actions/cache/save@v6.1.0 # skip minio binary cache if: false id: minio-latest-cache @@ -269,13 +269,13 @@ jobs: with: go-version: ${{ matrix.go-version }} id: go - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | ./console key: ${{ runner.os }}-binary-${{ github.run_id }} - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: assets-cache name: Assets Cache with: @@ -318,7 +318,7 @@ jobs: run: | yarn add minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -381,7 +381,7 @@ jobs: run: | yarn add minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -442,7 +442,7 @@ jobs: continue-on-error: false run: | yarn add minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -503,7 +503,7 @@ jobs: continue-on-error: false run: | yarn add minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -564,7 +564,7 @@ jobs: continue-on-error: false run: | yarn add minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -621,7 +621,7 @@ jobs: continue-on-error: false run: | yarn add minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -678,7 +678,7 @@ jobs: continue-on-error: false run: | yarn add minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -735,7 +735,7 @@ jobs: continue-on-error: false run: | yarn add minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -792,7 +792,7 @@ jobs: continue-on-error: false run: | yarn add minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -849,7 +849,7 @@ jobs: continue-on-error: false run: | yarn add minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -909,7 +909,7 @@ jobs: continue-on-error: false run: | yarn add minio - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -970,7 +970,7 @@ jobs: run: | make test-pkg - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: coverage-cache-pkg name: Coverage Cache Pkg with: @@ -1006,7 +1006,7 @@ jobs: run: | make test - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: coverage-cache-api name: Coverage Cache API with: @@ -1036,7 +1036,7 @@ jobs: go-version: ${{ matrix.go-version }} id: go - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache with: path: | @@ -1057,7 +1057,7 @@ jobs: make test-integration MINIO_VERSION=$MINIO_VERSION TAG=$TAG; - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: coverage-cache name: Coverage Cache with: @@ -1114,7 +1114,7 @@ jobs: echo $MINIO_VERSION; make test-replication MINIO_VERSION=$MINIO_VERSION; - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: coverage-cache-replication name: Coverage Cache Replication with: @@ -1152,7 +1152,7 @@ jobs: echo $MINIO_VERSION; make test-sso-integration MINIO_VERSION=$MINIO_VERSION; - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: coverage-cache-sso name: Coverage Cache SSO with: @@ -1187,7 +1187,7 @@ jobs: repository: wadey/gocovmerge path: gocovmerge - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: coverage-cache name: Coverage Cache with: @@ -1195,7 +1195,7 @@ jobs: ./integration/coverage/ key: ${{ runner.os }}-coverage-2-${{ github.run_id }} - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: coverage-cache-sso name: Coverage Cache SSO with: @@ -1203,7 +1203,7 @@ jobs: ./sso-integration/coverage/ key: ${{ runner.os }}-sso-coverage-2-${{ github.run_id }} - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: coverage-cache-replication name: Coverage Cache Replication with: @@ -1211,7 +1211,7 @@ jobs: ./replication/coverage/ key: ${{ runner.os }}-replication-coverage-2-${{ github.run_id }} - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: coverage-cache-api name: Coverage Cache API with: @@ -1219,7 +1219,7 @@ jobs: ./api/coverage/ key: ${{ runner.os }}-coverage-api-2-${{ github.run_id }} - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: coverage-cache-pkg name: Coverage Cache Pkg with: @@ -1290,7 +1290,7 @@ jobs: node-version: ${{ env.NVMRC }} cache: "yarn" cache-dependency-path: web-app/yarn.lock - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: assets-cache-istanbul-coverage name: Assets Cache Istanbul Coverage with: @@ -1329,13 +1329,13 @@ jobs: with: go-version: ${{ matrix.go-version }} id: go - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache Istanbul Coverage with: path: | ./console key: ${{ runner.os }}-binary-istanbul-coverage-${{ github.run_id }} - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 id: assets-cache-istanbul-coverage name: Assets Cache Istanbul Coverage with: @@ -1518,7 +1518,7 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - - uses: actions/cache@v5 + - uses: actions/cache@v6.1.0 name: Console Binary Cache Istanbul Coverage with: path: |