diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index 19a02f7851..c48bd80fd5 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -20,7 +20,7 @@ jobs: cache: false id: go - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cache/go-build @@ -57,7 +57,7 @@ jobs: cache: false id: go - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cache/go-build @@ -89,7 +89,7 @@ jobs: cache: false id: go - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cache/go-build @@ -114,7 +114,7 @@ jobs: cache: false # avoid cache thrashing id: go - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cache/go-build @@ -157,7 +157,7 @@ jobs: run: make ui - name: Cache dist - uses: actions/cache/save@v4 + uses: actions/cache/save@v5 id: cache-dist with: path: dist @@ -179,7 +179,7 @@ jobs: cache: false id: go - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: | ~/.cache/go-build diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e650dc8cd2..e0cbb16028 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -44,7 +44,7 @@ jobs: fetch-depth: 0 - name: Get dist from cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 id: cache-dist with: path: dist @@ -86,7 +86,7 @@ jobs: run: make patch-asn1-sudo - name: Get dist from cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 id: cache-dist with: path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a61e05a165..c027aecbf9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: run: make patch-asn1-sudo - name: Get dist from cache - uses: actions/cache/restore@v4 + uses: actions/cache/restore@v5 id: cache-dist with: path: dist