diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fea1808..c64dffe 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -78,7 +78,7 @@ jobs: - name: Restore tool cache id: tool-cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ github.workspace }}/.tmp key: ${{ runner.os }}-tool-${{ hashFiles('Makefile') }} @@ -86,7 +86,7 @@ jobs: - name: Restore go cache id: go-cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/validations.yaml b/.github/workflows/validations.yaml index 497373d..916a8d3 100644 --- a/.github/workflows/validations.yaml +++ b/.github/workflows/validations.yaml @@ -24,14 +24,14 @@ jobs: - name: Restore tool cache id: tool-cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ github.workspace }}/.tmp key: ${{ runner.os }}-tool-${{ hashFiles('Makefile') }} - name: Restore go cache id: go-cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }} @@ -61,14 +61,14 @@ jobs: - name: Restore tool cache id: tool-cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ github.workspace }}/.tmp key: ${{ runner.os }}-tool-${{ hashFiles('Makefile') }} - name: Restore go cache id: go-cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }} @@ -87,7 +87,7 @@ jobs: - name: Restore test-fixture cache id: unit-fixture-cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: internal/git/test-fixtures/repos key: ${{ runner.os }}-unit-fixture-cache-${{ hashFiles( 'internal/git/test-fixtures/cache.fingerprint' ) }} @@ -112,14 +112,14 @@ jobs: - name: Restore tool cache id: tool-cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ${{ github.workspace }}/.tmp key: ${{ runner.os }}-tool-${{ hashFiles('Makefile') }} - name: Restore go cache id: go-cache - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ env.GO_VERSION }}-${{ hashFiles('**/go.sum') }}