diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efb5244..dd386c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Cache LFS objects - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: .git/lfs key: lfs-${{ hashFiles('.gitattributes') }} @@ -34,7 +34,7 @@ jobs: - name: Cache mmdbctl id: mmdbctl-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /usr/local/bin/mmdbctl key: mmdbctl-1.4.9 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8c1beda..39823d5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: - name: Cache mmdbctl id: mmdbctl-cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: /usr/local/bin/mmdbctl key: mmdbctl-1.4.9