@@ -34,19 +34,19 @@ jobs:
3434 with :
3535 egress-policy : audit
3636 - name : Checkout Repository
37- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
37+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3838 with :
3939 persist-credentials : false
4040 - name : Set up Python${{ matrix.python-version }}
41- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
41+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
4242 with :
4343 python-version : ${{ matrix.python-version }}
4444 cache : pip
4545 - name : Install CI libraries
4646 run : |
4747 python -m pip install --require-hashes -r CI/requirements_ci.txt
4848 - name : Environment Caching
49- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
49+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
5050 with :
5151 path : |
5252 .tox
@@ -69,19 +69,19 @@ jobs:
6969 with :
7070 egress-policy : audit
7171 - name : Checkout Repository
72- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
72+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7373 with :
7474 persist-credentials : false
7575 - name : Set up Python${{ matrix.python-version }}
76- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
76+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
7777 with :
7878 python-version : ${{ matrix.python-version }}
7979 cache : pip
8080 - name : Install CI libraries
8181 run : |
8282 python -m pip install --require-hashes -r CI/requirements_ci.txt
8383 - name : Environment Caching
84- uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
84+ uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
8585 with :
8686 path : .tox
8787 key : ${{ matrix.os }}-Python${{ matrix.python-version }}-${{ hashFiles('pyproject.toml', 'tox.ini') }}
@@ -111,7 +111,7 @@ jobs:
111111 with :
112112 egress-policy : audit
113113 - name : Checkout Repository
114- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
114+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
115115 with :
116116 persist-credentials : false
117117 - name : Setup Conda (Micromamba) with Python${{ matrix.python-version }}
0 commit comments