mirror of
https://github.com/aria2/aria2.git
synced 2026-04-02 02:38:50 +00:00
Merge pull request #2330 from aria2/dependabot/github_actions/actions/checkout-6
Some checks failed
build / build (with-bt, clang, gnutls, ubuntu-22.04) (push) Has been cancelled
build / build (with-bt, clang, openssl, macos-14) (push) Has been cancelled
build / build (with-bt, clang, openssl, ubuntu-22.04) (push) Has been cancelled
build / build (with-bt, gcc, openssl, macos-14) (push) Has been cancelled
build / build (with-bt, gcc, gnutls, ubuntu-22.04) (push) Has been cancelled
build / build (with-bt, gcc, openssl, ubuntu-22.04) (push) Has been cancelled
build / build (without-bt, clang, gnutls, ubuntu-22.04) (push) Has been cancelled
build / build (without-bt, gcc, gnutls, ubuntu-22.04) (push) Has been cancelled
android / build (push) Has been cancelled
Some checks failed
build / build (with-bt, clang, gnutls, ubuntu-22.04) (push) Has been cancelled
build / build (with-bt, clang, openssl, macos-14) (push) Has been cancelled
build / build (with-bt, clang, openssl, ubuntu-22.04) (push) Has been cancelled
build / build (with-bt, gcc, openssl, macos-14) (push) Has been cancelled
build / build (with-bt, gcc, gnutls, ubuntu-22.04) (push) Has been cancelled
build / build (with-bt, gcc, openssl, ubuntu-22.04) (push) Has been cancelled
build / build (without-bt, clang, gnutls, ubuntu-22.04) (push) Has been cancelled
build / build (without-bt, gcc, gnutls, ubuntu-22.04) (push) Has been cancelled
android / build (push) Has been cancelled
Bump actions/checkout from 5 to 6
This commit is contained in:
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Build
|
||||
|
||||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: Linux setup
|
||||
if: runner.os == 'Linux'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user