diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6161cea..3bdc3c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,7 +14,7 @@ jobs: id: setup_rust with: components: "rustfmt, clippy" - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | ~/.cargo/bin/ @@ -34,7 +34,7 @@ jobs: steps: - run: sudo apt install libdbus-1-dev pkg-config - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | ~/.cargo/bin/ @@ -63,7 +63,7 @@ jobs: steps: - run: sudo apt install libdbus-1-dev pkg-config - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: | ~/.cargo/bin/ @@ -80,7 +80,7 @@ jobs: - uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5 - name: set PYVERSION run: echo "PYVERSION=$(python --version | tr ' ' '-')" >> $GITHUB_ENV - - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4 with: path: ~/.cache/pre-commit # Changes to pre-commit-config.yaml may require the installation of