diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b450f0e..2032622 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: node-version: '20' - name: Cache npm modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-npm-${{ hashFiles('internal/webui/package-lock.json') }} @@ -139,7 +139,7 @@ jobs: - name: Cache Go modules if: runner.os != 'macOS' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -242,7 +242,7 @@ jobs: - name: Cache Go modules if: runner.os != 'macOS' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -285,7 +285,7 @@ jobs: - name: Cache Go modules if: runner.os != 'macOS' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} @@ -385,7 +385,7 @@ jobs: - name: Cache Go modules if: runner.os != 'macOS' - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e415fd2..4be884c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: node-version: '20' - name: Cache npm modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.npm key: ${{ runner.os }}-npm-${{ hashFiles('internal/webui/package-lock.json') }}