diff --git a/.github/workflows/continous_integration.yaml b/.github/workflows/continous_integration.yaml index 2be8082..33790c4 100644 --- a/.github/workflows/continous_integration.yaml +++ b/.github/workflows/continous_integration.yaml @@ -18,7 +18,7 @@ jobs: - uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0 - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 env: cache-name: rebar3 with: @@ -29,7 +29,7 @@ jobs: restore-keys: | ci-${{runner.os}}-${{env.cache-name}} - - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6 env: cache-name: tailwind with: