@@ -42,13 +42,13 @@ runs:
4242
4343 - name : Setup nix
4444 if : inputs.nix
45- uses : cachix/install-nix-action@fd24c48048070c1be9acd18c9d369a83f0fe94d7 # v31.8.1
45+ uses : cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31.9.0
4646 with :
4747 github_access_token : ${{ inputs.nix-github-token }}
4848 install_url : https://releases.nixos.org/nix/nix-${{ inputs.nix }}/install
4949
5050 - name : Setup Python
51- uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
51+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
5252 with :
5353 python-version : ${{ inputs.python-version }}
5454 # It doesn't make a whole lot of sense to use the pre-commit config file
7272 # This caches downloaded pre-commit hook artifacts and results in faster
7373 # workflow runs after an initial hydration run with the exact same hooks
7474 - name : Setup pre-commit Cache
75- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
75+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7676 with :
7777 path : ~/.cache/pre-commit
7878 key : pre-commit-${{ inputs.pre-commit-version }}-python${{ inputs.python-version }}-${{ hashFiles('.pre-commit-config.yaml') }}
@@ -89,21 +89,21 @@ runs:
8989 - name : Setup Rust Toolchain Cache
9090 id : rust-toolchain-cache
9191 if : ${{ inputs.rust }}
92- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
92+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
9393 with :
9494 path : ~/.rustup/toolchains
9595 key : rust-toolchains-${{ inputs.rust }}-components-${{ env.RUST_COMPONENTS }}
9696
9797 - name : Setup Rust Toolchain
98- uses : dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
98+ uses : dtolnay/rust-toolchain@f7ccc83f9ed1e5b9c81d8a67d7ad1a747e22a561
9999 if : ${{ inputs.rust && steps.rust-toolchain-cache.outputs.cache-hit != 'true' }}
100100 with :
101101 toolchain : ${{ inputs.rust }}
102102 components : ${{ inputs.rust-components }}
103103
104104 - name : Setup Rust Cache
105105 if : ${{ inputs.rust }}
106- uses : Swatinem/rust-cache@f13886b937689c021905a6b90929199931d60db1 # v2.8.1
106+ uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
107107
108108 - name : Install Hadolint
109109 if : ${{ inputs.hadolint }}
0 commit comments