Skip to content

Commit

Permalink
Update GitHub Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 13, 2024
1 parent af960d9 commit 3901b36
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build-LineRider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
6 changes: 3 additions & 3 deletions .github/workflows/Create-Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
6 changes: 3 additions & 3 deletions .github/workflows/Update-Version-Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/Upload-Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.6
- uses: actions/checkout@v4.2.1
with:
# Access token with `workflow` scope is required
token: ${{ secrets.PERSONAL_TOKEN }}
Expand Down

0 comments on commit 3901b36

Please sign in to comment.