diff --git a/.github/workflows/test-forked.yml b/.github/workflows/test-forked.yml index 0c062340ab..46a089ac08 100644 --- a/.github/workflows/test-forked.yml +++ b/.github/workflows/test-forked.yml @@ -26,7 +26,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Cache multiple paths - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/go/pkg/mod key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }} @@ -54,7 +54,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Cache multiple paths - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/go/pkg/mod key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }} @@ -79,7 +79,7 @@ jobs: repository: ${{github.event.pull_request.head.repo.full_name}} - name: Cache multiple paths - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/go/pkg/mod key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 864e5a75a4..6702e7b830 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v2.4.0 - name: Cache multiple paths - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/go/pkg/mod key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }} @@ -58,7 +58,7 @@ jobs: - uses: actions/checkout@v2.4.0 - name: Cache multiple paths - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/go/pkg/mod key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }} @@ -80,7 +80,7 @@ jobs: - uses: actions/checkout@v2.4.0 - name: Cache multiple paths - uses: actions/cache@v2 + uses: actions/cache@v3.0.11 with: path: ~/go/pkg/mod key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}