forked from RatherBeLunar/LRA-Community-Edition
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af960d9
commit 3901b36
Showing
5 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
|
||
steps: | ||
- name: Checkout Code | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.1 | ||
|
||
- name: Add MSBuild to PATH | ||
uses: microsoft/setup-msbuild@v2 | ||
|
@@ -37,13 +37,13 @@ jobs: | |
working-directory: ${{env.GITHUB_WORKSPACE}} | ||
run: ren Build linerider | ||
|
||
- uses: actions/upload-artifact@v4.3.3 | ||
- uses: actions/upload-artifact@v4.4.3 | ||
with: | ||
name: linerider | ||
path: linerider | ||
|
||
- name: Invoke workflow without inputs | ||
uses: benc-uk/[email protected].3 | ||
uses: benc-uk/[email protected].4 | ||
with: | ||
workflow: Create Release | ||
token: ${{ secrets.PERSONAL_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,10 +8,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.1 | ||
|
||
- name: Get next version | ||
uses: reecetech/version-increment@2024.4.4 | ||
uses: reecetech/version-increment@2024.9.2 | ||
id: version | ||
with: | ||
scheme: calver | ||
|
@@ -47,7 +47,7 @@ jobs: | |
prerelease: false | ||
|
||
- name: Invoke workflow without inputs | ||
uses: benc-uk/[email protected].3 | ||
uses: benc-uk/[email protected].4 | ||
with: | ||
workflow: Upload Files | ||
token: ${{ secrets.PERSONAL_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ jobs: | |
build: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4.1.6 | ||
- uses: actions/checkout@v4.2.1 | ||
with: | ||
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token | ||
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo | ||
|
||
- name: Get next version | ||
uses: reecetech/version-increment@2024.4.4 | ||
uses: reecetech/version-increment@2024.9.2 | ||
id: version | ||
with: | ||
scheme: calver | ||
|
@@ -33,7 +33,7 @@ jobs: | |
branch: linux | ||
|
||
- name: Invoke workflow without inputs | ||
uses: benc-uk/[email protected].3 | ||
uses: benc-uk/[email protected].4 | ||
with: | ||
workflow: Build LineRider | ||
token: ${{ secrets.PERSONAL_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v4.1.6 | ||
uses: actions/checkout@v4.2.1 | ||
|
||
- name: Download workflow artifact | ||
uses: benday-inc/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters