Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/bootstrap_archives.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
if: github.repository == 'termux/termux-packages'
steps:
- name: Git clone
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Create bootstrap archive
run: ./scripts/generate-bootstraps.sh --architectures ${{ matrix.arch }}
- name: Store artifacts
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Git clone
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Fetch bootstrap archives
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/command_not_found.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 1
token: ${{ secrets.TERMUXBOT2_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: github.repository == 'termux/termux-packages'
steps:
- name: Clone repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Build
run: |
cd ./scripts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/package_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 0
token: ${{ secrets.TERMUXBOT2_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fail-fast: false
steps:
- name: Clone repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
fetch-depth: 1000
- name: Gather build summary
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: Get *.deb files
uses: actions/download-artifact@v4
with:
Expand Down