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
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:

- name: Create Pull Request
if: ${{ github.event_name == 'workflow_dispatch' }}
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: update witness checksums
branch: 'create-pull-request/witness_checksums'
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 @@ -39,7 +39,7 @@ jobs:

- name: Create Pull Request
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }}
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: ${{ steps.titletext_str.outputs.titletext }}
branch: create-pull-request/android_jdbc
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 @@ -36,7 +36,7 @@ jobs:
run: rm -f output.txt

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: update ffmpeg to ${{ steps.version_info_str.outputs.release_tag }}
branch: 'create-pull-request/ffmpeg'
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 @@ -39,7 +39,7 @@ jobs:

- name: Create Pull Request
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }}
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: ${{ steps.titletext_str.outputs.titletext }}
branch: create-pull-request/iocipher
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 @@ -36,7 +36,7 @@ jobs:
run: rm -f output.txt

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: update libsodium to ${{ steps.version_info_str.outputs.release_tag }}
branch: create-pull-request/libsodium
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 @@ -36,7 +36,7 @@ jobs:
run: rm -f output.txt

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: update libvpx to ${{ steps.version_info_str.outputs.release_tag }}
branch: create-pull-request/libvpx
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 @@ -36,7 +36,7 @@ jobs:
run: rm -f output.txt

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: update opus to ${{ steps.version_info_str.outputs.release_tag }}
branch: create-pull-request/opus
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 @@ -49,7 +49,7 @@ jobs:

- name: Create Pull Request
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }}
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: "update sorma2"
branch: create-pull-request/sorma2
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 @@ -44,7 +44,7 @@ jobs:

- name: Create Pull Request
if: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/zoff99/dev003' }}
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: ${{ steps.titletext_str.outputs.titletext }}
branch: create-pull-request/toxcorejni
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 @@ -36,7 +36,7 @@ jobs:
run: rm -f output.txt

- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
uses: peter-evans/create-pull-request@v8
with:
commit-message: update x264 to ${{ steps.version_info_str.outputs.release_tag }}
branch: create-pull-request/x264
Expand Down
Loading