diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 3494350689..ac0dedced3 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -112,7 +112,7 @@ jobs: sudo apt-get install -y libvirt-dev pkg-config - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: ${HOME}/go/pkg/mod key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/release-branch-pull-request.yml b/.github/workflows/release-branch-pull-request.yml index e195a87263..0949a6cc1f 100644 --- a/.github/workflows/release-branch-pull-request.yml +++ b/.github/workflows/release-branch-pull-request.yml @@ -22,7 +22,7 @@ jobs: sudo apt-get install -y libvirt-dev pkg-config - name: Cache Go modules - uses: actions/cache@v3 + uses: actions/cache@v6 with: path: ${HOME}/go/pkg/mod key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}