From df93cf07c3efdef35ffd316bb3d8d6bb1aaca5e5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 3 Nov 2024 00:46:07 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/Build-LineRider.yml | 2 +- .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, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/Build-LineRider.yml b/.github/workflows/Build-LineRider.yml index 3a0ea59..b590481 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.2.1 + uses: actions/checkout@v4.2.2 - name: Add MSBuild to PATH uses: microsoft/setup-msbuild@v2 diff --git a/.github/workflows/Create-Release.yml b/.github/workflows/Create-Release.yml index 7424f67..2e932fe 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.2.1 + uses: actions/checkout@v4.2.2 - name: Get next version uses: reecetech/version-increment@2024.10.1 diff --git a/.github/workflows/Update-Version-Files.yml b/.github/workflows/Update-Version-Files.yml index 843d8a6..7fcc47e 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.2.1 + - uses: actions/checkout@v4.2.2 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 a6340a8..a707908 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.2.1 + uses: actions/checkout@v4.2.2 - 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 d04e140..ab9cfe5 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.2.1 + - uses: actions/checkout@v4.2.2 with: # Access token with `workflow` scope is required token: ${{ secrets.PERSONAL_TOKEN }}