Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1311420

Browse files
committedJan 17, 2025··
?
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

+2-2
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)
Please sign in to comment.