diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b16c95f7f9..500efb41d5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,7 +23,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache diff --git a/.github/workflows/test-race.yml b/.github/workflows/test-race.yml index 9307e82c3c..fa171970a6 100644 --- a/.github/workflows/test-race.yml +++ b/.github/workflows/test-race.yml @@ -102,7 +102,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5d5f0cbec..1516d005bc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -113,7 +113,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache @@ -208,7 +208,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache @@ -245,7 +245,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache @@ -302,7 +302,7 @@ jobs: go.mod go.sum - name: Get data from build cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: # In order: # * Module download cache