diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ed33076..eb6d103 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -56,7 +56,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Cache go - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: | ~/.cache/go-build diff --git a/.github/workflows/registry.yml b/.github/workflows/registry.yml index c0e823e..0427f96 100644 --- a/.github/workflows/registry.yml +++ b/.github/workflows/registry.yml @@ -29,7 +29,7 @@ jobs: go-version: ${{ env.GO_VERSION }} - name: Cache go - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: | ~/.cache/go-build @@ -40,7 +40,7 @@ jobs: - name: Cache app build id: app_cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: ./bin/ key: ${{ runner.os }}-webapp-${{ hashFiles('bin') }} @@ -108,7 +108,7 @@ jobs: suffix=${{ matrix.tagSuffix }},onlatest=true - name: Cache Docker layers - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}