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
6 changes: 3 additions & 3 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:

- name: Cache Goose
id: cache-goose
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/go/bin/goose
key: ${{ runner.os }}-goose-latest
Expand All @@ -106,7 +106,7 @@ jobs:
make certs:generate

- name: Cache Docker build context
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
${{ env.LOKI_REPO }}/.docker-cache
Expand All @@ -127,7 +127,7 @@ jobs:

- name: Cache Lua and dependencies
id: cache-lua
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: |
/usr/bin/lua*
Expand Down
Loading