From 953b090c82ad739ee9de0d1806fe330b3944c67b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 07:53:51 +0000 Subject: [PATCH] Build(deps): Bump the github-actions group across 1 directory with 2 updates Bumps the github-actions group with 2 updates in the / directory: [actions/cache](https://github.com/actions/cache) and [actions/checkout](https://github.com/actions/checkout). Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/linux.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f8d8799..433f6d5 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 }} @@ -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