Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# Cache Alpine Base Images
- name: Cache Docker Base Images
id: cache-docker-images
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: docker-base-images-${{ matrix.arch }}-${{ runner.os }}-${{ hashFiles('Dockerfile') }}
Expand All @@ -64,7 +64,7 @@ jobs:
# Cache Docker Compose
- name: Cache Docker Compose
id: cache-compose
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /usr/local/bin/docker-compose
key: compose-${{ runner.os }}-v2.19.1
Expand Down
Loading