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 Jul 21, 2024
1 parent af960d9 commit d83f149
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 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,7 +37,7 @@ jobs:
working-directory: ${{env.GITHUB_WORKSPACE}}
run: ren Build linerider

- uses: actions/[email protected].3
- uses: actions/[email protected].4
with:
name: linerider
path: linerider
Expand Down
2 changes: 1 addition & 1 deletion .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
2 changes: 1 addition & 1 deletion .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 Down
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 d83f149

Please sign in to comment.