Skip to content

Commit 0ad8367

Browse files
build(deps): bump the github-actions group with 3 updates
Bumps the github-actions group with 3 updates: [DavidAnson/markdownlint-cli2-action](https://github.com/davidanson/markdownlint-cli2-action), [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [actions/cache](https://github.com/actions/cache). Updates `DavidAnson/markdownlint-cli2-action` from 21 to 22 - [Release notes](https://github.com/davidanson/markdownlint-cli2-action/releases) - [Commits](DavidAnson/markdownlint-cli2-action@v21...v22) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: DavidAnson/markdownlint-cli2-action dependency-version: '22' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28ae4b9 commit 0ad8367

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- run: git ls-files -- '*.c' '*.h' | xargs clang-format --dry-run --Werror
3434

35-
- uses: DavidAnson/markdownlint-cli2-action@v21
35+
- uses: DavidAnson/markdownlint-cli2-action@v22
3636

3737
- run: taplo fmt --check
3838

@@ -47,7 +47,7 @@ jobs:
4747
if: ${{ !(github.event_name == 'schedule' && github.repository == 'aya-rs/aya') }}
4848
- run: cargo xtask public-api --bless
4949
if: ${{ (github.event_name == 'schedule' && github.repository == 'aya-rs/aya') }}
50-
- uses: peter-evans/create-pull-request@v7
50+
- uses: peter-evans/create-pull-request@v8
5151
if: ${{ (github.event_name == 'schedule' && github.repository == 'aya-rs/aya') }}
5252
with:
5353
# GitHub actions aren't allowed to trigger other actions to prevent
@@ -351,7 +351,7 @@ jobs:
351351
--git https://github.com/aya-rs/bpf-linker.git bpf-linker \
352352
--no-default-features --features "llvm-21,${LLVM_LINK_FEATURE}" --force
353353
354-
- uses: actions/cache@v4
354+
- uses: actions/cache@v5
355355
with:
356356
path: test/.tmp
357357
key: ${{ runner.arch }}-${{ runner.os }}-test-cache-${{ matrix.download-kernel-images }}

.github/workflows/gen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
working-directory: xtask/libbpf
4343
run: echo "sha=$(git rev-parse HEAD)" >> "$GITHUB_OUTPUT"
4444

45-
- uses: peter-evans/create-pull-request@v7
45+
- uses: peter-evans/create-pull-request@v8
4646
if: ${{ github.repository == 'aya-rs/aya' }}
4747
with:
4848
# GitHub actions aren't allowed to trigger other actions to prevent

0 commit comments

Comments
 (0)