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 Nov 19, 2023
1 parent 79480c1 commit 6961e07
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .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.0.0
uses: actions/checkout@v4.1.1

- name: Add MSBuild to PATH
uses: microsoft/[email protected]
Expand Down
4 changes: 2 additions & 2 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.0.0
uses: actions/checkout@v4.1.1

- name: Get next version
uses: reecetech/version-increment@2023.4.1
uses: reecetech/version-increment@2023.10.2
id: version
with:
scheme: calver
Expand Down
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,13 +8,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.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@2023.4.1
uses: reecetech/version-increment@2023.10.2
id: version
with:
scheme: calver
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/checkout@v4.0.0
uses: actions/checkout@v4.1.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.0.0
- uses: actions/checkout@v4.1.1
with:
# Access token with `workflow` scope is required
token: ${{ secrets.PERSONAL_TOKEN }}
Expand Down

0 comments on commit 6961e07

Please sign in to comment.