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 Sep 1, 2024
1 parent af960d9 commit e078e31
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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/[email protected].6
uses: actions/[email protected].7

- 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.0
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 }}
4 changes: 2 additions & 2 deletions .github/workflows/Create-Release.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/[email protected].6
uses: actions/[email protected].7

- name: Get next version
uses: reecetech/[email protected]
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 }}
4 changes: 2 additions & 2 deletions .github/workflows/Update-Version-Files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
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
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/[email protected].6
uses: actions/[email protected].7

- 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/[email protected].6
- uses: actions/[email protected].7
with:
# Access token with `workflow` scope is required
token: ${{ secrets.PERSONAL_TOKEN }}
Expand Down

0 comments on commit e078e31

Please sign in to comment.