diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e38843..0541a02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: jdk: [11, 17] steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5 + - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: | ~/.gradle/caches @@ -54,7 +54,7 @@ jobs: with: fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci - - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5 + - uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0 with: path: | ~/.gradle/caches