We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cab78c commit 2835f0cCopy full SHA for 2835f0c
1 file changed
.github/workflows/tox.yml
@@ -159,7 +159,7 @@ jobs:
159
enable-cache: false
160
ignore-empty-workdir: "true"
161
- if: inputs.fill
162
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
163
with:
164
ref: ${{ inputs.checkout_ref }}
165
persist-credentials: false
@@ -222,7 +222,7 @@ jobs:
222
223
- name: Cache ${{ matrix.cache_key }}
224
if: ${{ matrix.cache-path != '' && matrix.cache-key != '' }}
225
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
+ uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
226
227
path: ${{ matrix.cache-path }}
228
key: ${{ matrix.cache-key }}
0 commit comments