chore: synced local './' with remote 'repo-template/'

This commit is contained in:
qbox-duck[bot]
2024-03-13 14:30:32 +00:00
committed by GitHub
parent b672697a7f
commit 44b58b5754
6 changed files with 18 additions and 18 deletions
+6 -6
View File
@@ -12,21 +12,21 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Get App Token
uses: actions/create-github-app-token@v1.6.1
uses: actions/create-github-app-token@v1
id: generate_token
with:
app-id: ${{ secrets.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}
- name: Checkout Repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4
with:
token: ${{ steps.generate_token.outputs.token }}
- name: Setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
- name: Bump manifest version
run: node .github/actions/bump-manifest-version.js
@@ -34,7 +34,7 @@ jobs:
TGT_RELEASE_VERSION: ${{ inputs.version }}
- name: Push manifest change
uses: EndBug/add-and-commit@latest
uses: EndBug/add-and-commit@v9
with:
add: fxmanifest.lua
push: true
@@ -43,4 +43,4 @@ jobs:
- name: Push Git Tag
run: |
git tag ${{ inputs.version }}
git push origin ${{ inputs.version }}
git push origin ${{ inputs.version }}