diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index d66e2e2..2d35a30 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -26,7 +26,7 @@ jobs: toolchain: stable components: rustfmt, clippy - name: Set up pre-commit cache - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.3.1 with: path: ~/.cache/pre-commit key: ${{ runner.os }}-precommit-${{ hashFiles('**/.pre-commit-config.yaml') }} diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b2fa895..1b41189 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,13 +38,13 @@ jobs: toolchain: stable - name: Set up Poetry cache for Python dependencies - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.3.1 with: path: ~/.cache/pypoetry key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }} - name: Set up Cargo cache for Rust dependencies - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3db5810..7c4982e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,12 +28,12 @@ jobs: with: toolchain: stable - name: Set up Poetry cache for Python dependencies - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.3.1 with: path: ~/.cache/pypoetry key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }} - name: Set up Cargo cache for Rust dependencies - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry @@ -57,7 +57,7 @@ jobs: with: toolchain: stable - name: Set up Cargo cache for Rust dependencies - uses: actions/cache@v3.2.0 + uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry