diff --git a/.github/workflows/Build-LineRider.yml b/.github/workflows/Build-LineRider.yml index 96f2e95a..3a0ea59c 100644 --- a/.github/workflows/Build-LineRider.yml +++ b/.github/workflows/Build-LineRider.yml @@ -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/workflow-dispatch@v1.2.3 + uses: benc-uk/workflow-dispatch@v1.2.4 with: workflow: Create Release token: ${{ secrets.PERSONAL_TOKEN }} diff --git a/.github/workflows/Create-Release.yml b/.github/workflows/Create-Release.yml index a382cee6..da365805 100644 --- a/.github/workflows/Create-Release.yml +++ b/.github/workflows/Create-Release.yml @@ -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/workflow-dispatch@v1.2.3 + uses: benc-uk/workflow-dispatch@v1.2.4 with: workflow: Upload Files token: ${{ secrets.PERSONAL_TOKEN }} diff --git a/.github/workflows/Update-Version-Files.yml b/.github/workflows/Update-Version-Files.yml index c767749b..f144501b 100644 --- a/.github/workflows/Update-Version-Files.yml +++ b/.github/workflows/Update-Version-Files.yml @@ -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/workflow-dispatch@v1.2.3 + uses: benc-uk/workflow-dispatch@v1.2.4 with: workflow: Build LineRider token: ${{ secrets.PERSONAL_TOKEN }} diff --git a/.github/workflows/Upload-Files.yml b/.github/workflows/Upload-Files.yml index a07f57e6..a6340a86 100644 --- a/.github/workflows/Upload-Files.yml +++ b/.github/workflows/Upload-Files.yml @@ -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/download-latest-artifact@v2.2 diff --git a/.github/workflows/updater.yaml b/.github/workflows/updater.yaml index 3fbe16af..d04e140e 100644 --- a/.github/workflows/updater.yaml +++ b/.github/workflows/updater.yaml @@ -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 }}