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/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
echo "DESTDIR=${{ github.workspace }}/install" >> $GITHUB_ENV

- name: Update the ccache cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ${{ env.CCACHE_DIR }}
key: ccache_${{ env.CACHE_KEY }}-${{ github.sha }}
restore-keys: ccache_${{ env.CACHE_KEY }}

- name: Update the downloads cache
uses: actions/cache@v5
uses: actions/cache@v6
with:
path: ${{ env.DOWNLOADS_PATH }}
key: downloads_${{ env.CACHE_KEY }}-${{ github.sha }}
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
${{ env.TOOLCHAIN_PATH }}

- name: Clone the ebpfault source code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: trailofbits/ebpfault
path: ebpfault
Expand Down