Skip to content

Commit 1311420

Browse files
committed
?
1 parent 4370835 commit 1311420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
with:
2626
persist-credentials: false
2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@v3 # zizmor: ignore[cache-poisoning] internal image
28+
uses: docker/setup-buildx-action@v3 # zizmor: ignore[cache-poisoning]
2929
- name: Cache
30-
uses: actions/cache@v3 # zizmor: ignore[cache-poisoning] internal image
30+
uses: actions/cache@v3 # zizmor: ignore[cache-poisoning]
3131
id: cache
3232
with:
3333
path: |

0 commit comments

Comments
 (0)