diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf879e6..19a14f1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Go modules - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }} @@ -50,7 +50,7 @@ jobs: uses: actions/checkout@v4 - name: Cache Go modules - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: ~/go/pkg/mod key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }}