diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf8880ec2..ca25cdfae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: npm install -g yarn - name: UI Cache Setup - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: | http/web_ui/ @@ -201,7 +201,7 @@ jobs: - name: UI Cache Setup if: inputs.dogorelease - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: | http/web_ui/ diff --git a/.github/workflows/test-go.yml b/.github/workflows/test-go.yml index 751184f17..7f35dd000 100644 --- a/.github/workflows/test-go.yml +++ b/.github/workflows/test-go.yml @@ -300,7 +300,7 @@ jobs: needs: [test-go, test-matrix] runs-on: ubuntu-latest steps: - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: test-results/go-test key: go-test-reports-${{ github.run_number }}