Skip to content

Commit 2835f0c

Browse files
Bump the actions group in /.github/workflows with 2 updates (#387)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cab78c commit 2835f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
enable-cache: false
160160
ignore-empty-workdir: "true"
161161
- if: inputs.fill
162-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
162+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
163163
with:
164164
ref: ${{ inputs.checkout_ref }}
165165
persist-credentials: false
@@ -222,7 +222,7 @@ jobs:
222222

223223
- name: Cache ${{ matrix.cache_key }}
224224
if: ${{ matrix.cache-path != '' && matrix.cache-key != '' }}
225-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
225+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
226226
with:
227227
path: ${{ matrix.cache-path }}
228228
key: ${{ matrix.cache-key }}

0 commit comments

Comments
 (0)