diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d724ca5..fb0d1a8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - run: git ls-files -- '*.c' '*.h' | xargs clang-format --dry-run --Werror - - uses: DavidAnson/markdownlint-cli2-action@v21 + - uses: DavidAnson/markdownlint-cli2-action@v22 - run: taplo fmt --check @@ -47,7 +47,7 @@ jobs: if: ${{ !(github.event_name == 'schedule' && github.repository == 'aya-rs/aya') }} - run: cargo xtask public-api --bless if: ${{ (github.event_name == 'schedule' && github.repository == 'aya-rs/aya') }} - - uses: peter-evans/create-pull-request@v7 + - uses: peter-evans/create-pull-request@v8 if: ${{ (github.event_name == 'schedule' && github.repository == 'aya-rs/aya') }} with: # GitHub actions aren't allowed to trigger other actions to prevent @@ -351,7 +351,7 @@ jobs: --git https://github.com/aya-rs/bpf-linker.git bpf-linker \ --no-default-features --features "llvm-21,${LLVM_LINK_FEATURE}" --force - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: test/.tmp key: ${{ runner.arch }}-${{ runner.os }}-test-cache-${{ matrix.download-kernel-images }} diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 6919d8a1..dea289b2 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -42,7 +42,7 @@ jobs: working-directory: xtask/libbpf run: echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT" - - uses: peter-evans/create-pull-request@v7 + - uses: peter-evans/create-pull-request@v8 if: ${{ github.repository == 'aya-rs/aya' }} with: # GitHub actions aren't allowed to trigger other actions to prevent