From d83f149cc7abe222ce11ea235c5db27c857643f1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Jul 2024 00:40:05 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/Build-LineRider.yml | 4 ++-- .github/workflows/Create-Release.yml | 2 +- .github/workflows/Update-Version-Files.yml | 2 +- .github/workflows/Upload-Files.yml | 2 +- .github/workflows/updater.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Build-LineRider.yml b/.github/workflows/Build-LineRider.yml index 96f2e95a..5d9acf46 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.1.7 - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v2 @@ -37,7 +37,7 @@ jobs: working-directory: ${{env.GITHUB_WORKSPACE}} run: ren Build linerider - - uses: actions/upload-artifact@v4.3.3 + - uses: actions/upload-artifact@v4.3.4 with: name: linerider path: linerider diff --git a/.github/workflows/Create-Release.yml b/.github/workflows/Create-Release.yml index a382cee6..83fde5a1 100644 --- a/.github/workflows/Create-Release.yml +++ b/.github/workflows/Create-Release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Get next version uses: reecetech/version-increment@2024.4.4 diff --git a/.github/workflows/Update-Version-Files.yml b/.github/workflows/Update-Version-Files.yml index c767749b..7f0a44cd 100644 --- a/.github/workflows/Update-Version-Files.yml +++ b/.github/workflows/Update-Version-Files.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@v4.1.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 diff --git a/.github/workflows/Upload-Files.yml b/.github/workflows/Upload-Files.yml index a07f57e6..271213fa 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.1.7 - 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..e5e045ca 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.1.7 with: # Access token with `workflow` scope is required token: ${{ secrets.PERSONAL_TOKEN }}