@@ -34,19 +34,19 @@ jobs:
3434 github.com:443
3535 pypi.org:443
3636 - name : Checkout Repository
37- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
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@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
49+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5050 with :
5151 path : |
5252 .tox
@@ -74,11 +74,11 @@ jobs:
7474 disable-sudo : false
7575 egress-policy : audit
7676 - name : Checkout Repository
77- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
77+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7878 with :
7979 persist-credentials : false
8080 - name : Set up Python${{ matrix.python-version }}
81- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
81+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
8282 with :
8383 python-version : ${{ matrix.python-version }}
8484 cache : pip
@@ -106,15 +106,15 @@ jobs:
106106
107107 - name : Environment caching (macOS)
108108 if : matrix.os == 'macos-latest'
109- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
109+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
110110 with :
111111 path : |
112112 .tox
113113 ~/Library/Caches/raven-testdata
114114 key : ${{ hashFiles('src/ravenpy/testing/registry.txt') }}-${{ env.RAVEN_TESTDATA_BRANCH }}-${{ matrix.os }}
115115 - name : Environment caching (Ubuntu)
116116 if : matrix.os == 'ubuntu-latest'
117- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
117+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
118118 with :
119119 path : |
120120 .tox
@@ -154,7 +154,7 @@ jobs:
154154 disable-sudo : true
155155 egress-policy : audit
156156 - name : Checkout Repository
157- uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
157+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
158158 with :
159159 persist-credentials : false
160160 - name : Patch Environment File
@@ -179,14 +179,14 @@ jobs:
179179 python -m pip check || true
180180 - name : Cache test data (macOS)
181181 if : matrix.os == 'macos-latest'
182- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
182+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
183183 with :
184184 path : |
185185 ~/Library/Caches/raven-testdata
186186 key : ${{ hashFiles('src/ravenpy/testing/registry.txt') }}-${{ env.RAVEN_TESTDATA_BRANCH }}-conda-${{ matrix.os }}
187187 - name : Cache test data (Ubuntu)
188188 if : matrix.os == 'ubuntu-latest'
189- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
189+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
190190 with :
191191 path : |
192192 ~/.cache/raven-testdata
0 commit comments