Skip to content
Merged
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/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Move nightly tag to head for nightly release
run: git tag -f nightly && git push origin nightly -f

Expand All @@ -31,7 +31,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app_startup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
contents: write
if: ${{ true }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: install deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bobtests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
contents: write
if: ${{ true }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: install deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/change_log.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
environment: genlog_gen_token_trifa
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
language: [ 'cpp', 'java' ]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_androidjdbc_jni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Run auto dependency update
run: ./tools/check_android_jdbc.sh > output.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_ffmpeg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Run auto dependency update
run: ./tools/check_ffmpeg.sh > output.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_iocipher_jni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Run auto dependency update
run: ./tools/check_iocipher_jni.sh > output.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_libsodium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Run auto dependency update
run: ./tools/check_libsodium.sh > output.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_libvpx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Run auto dependency update
run: ./tools/check_libvpx.sh > output.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_opus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Run auto dependency update
run: ./tools/check_opus.sh > output.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_sorma2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Install Java
uses: actions/setup-java@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_toxcore_jni.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Run auto dependency update
run: ./tools/check_toxcore_jni.sh > output.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dep_x264.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: Run auto dependency update
run: ./tools/check_x264.sh > output.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: set up JDK 1.8
uses: actions/setup-java@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand All @@ -38,7 +38,7 @@ jobs:
android-test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: install cliclick
run: brew install cliclick

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/screenshot_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ true }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: android screenshot test
timeout-minutes: 240
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_export_import_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
contents: write
if: ${{ true }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: install deps
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
contents: write
if: ${{ true }}
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: install deps
run: |
Expand Down
Loading