diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e8060fd..3b4c77b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: # with: # go-version: ${{ steps.gvm.outputs.GO_VERSION }} # - name: Restore go cache - # uses: actions/cache@v2.1.6 + # uses: actions/cache@v3.2.6 # with: # path: ~/go/pkg/mod # key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -68,13 +68,13 @@ jobs: with: node-version: ${{ steps.nvm.outputs.NODE_VERSION }} - name: Restore go cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: ${{ runner.os }}-go- - name: Restore node cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 with: path: ~/.npm key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}