mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
chore: bump create-pr-action to resolve deprecation (#1077)
The set-env function in Github Actions has been deprecated which the previous version used. This update resolves the issue.
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
createRelease: true
|
||||
- name: Create Pull Request With Versions Bumped
|
||||
if: steps.covector.outputs.commandRan == 'version'
|
||||
uses: tauri-apps/create-pull-request@v2.8.0
|
||||
uses: tauri-apps/create-pull-request@v3.4.1
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: release/version-updates
|
||||
@@ -81,7 +81,7 @@ jobs:
|
||||
git config --global user.name "${{ github.event.pusher.name }}"
|
||||
git config --global user.email "${{ github.event.pusher.email }}"
|
||||
- name: create pull request for updated docs
|
||||
uses: tauri-apps/create-pull-request@v2.8.0
|
||||
uses: tauri-apps/create-pull-request@v3.4.1
|
||||
with:
|
||||
token: ${{ secrets.TAURI_BOT_PAT }}
|
||||
commit-message: "chore(docs): Update Rust docs"
|
||||
|
||||
2
.github/workflows/update-docs.yml
vendored
2
.github/workflows/update-docs.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
git config --global user.name "${{ github.event.inputs.gitName }}"
|
||||
git config --global user.email "${{ github.event.inputs.gitEmail }}"
|
||||
- name: create pull request for updated docs
|
||||
uses: tauri-apps/create-pull-request@v2.8.0
|
||||
uses: tauri-apps/create-pull-request@v3.4.1
|
||||
with:
|
||||
token: ${{ secrets.TAURI_BOT_PAT }}
|
||||
commit-message: "chore(docs): Update Rust docs"
|
||||
|
||||
Reference in New Issue
Block a user