diff --git a/.github/workflows/versioning-merge.yml b/.github/workflows/versioning-merge.yml index ee089e7..9dbc7dc 100644 --- a/.github/workflows/versioning-merge.yml +++ b/.github/workflows/versioning-merge.yml @@ -31,7 +31,7 @@ jobs: - name: Cache Helm binary id: cache-helm - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /usr/local/bin/helm key: helm-v3.19.0-linux-amd64 diff --git a/.github/workflows/versioning.yml b/.github/workflows/versioning.yml index 2d88204..4e581c3 100644 --- a/.github/workflows/versioning.yml +++ b/.github/workflows/versioning.yml @@ -23,7 +23,7 @@ jobs: - name: Cache Helm binary id: cache-helm - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /usr/local/bin/helm key: helm-v3.19.0-linux-amd64