Merge cc3f2350bde33b69cdffeb36278d655287b66811 into 869c79422f1126a9994b756a8ffc7a9405e4946f

This commit is contained in:
dependabot[bot] 2025-08-12 18:44:21 +00:00 committed by GitHub
commit 060b11b6ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Setup QEMU
uses: docker/setup-qemu-action@v3

View File

@ -27,7 +27,7 @@ jobs:
- aarch64-unknown-linux-musl
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions-rs/toolchain@v1
with:
toolchain: stable

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions-rs/toolchain@v1
with:
toolchain: stable