From ad2096059f7239de790459259c0075f857ca3ec0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 18:57:21 +0000 Subject: [PATCH] Bump actions/checkout from 4.2.1 to 4.2.2 (#89) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/BuildModCheck.yml | 2 +- .github/workflows/GenerateCompatibilityList.yml | 2 +- .github/workflows/GenerateReleaseZip.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/BuildModCheck.yml b/.github/workflows/BuildModCheck.yml index 525b803..b568128 100644 --- a/.github/workflows/BuildModCheck.yml +++ b/.github/workflows/BuildModCheck.yml @@ -28,7 +28,7 @@ jobs: rimworld-version: [1.4, 1.5] steps: - name: Checkout Repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Setup Dotnet uses: actions/setup-dotnet@v4.1.0 diff --git a/.github/workflows/GenerateCompatibilityList.yml b/.github/workflows/GenerateCompatibilityList.yml index acfd565..07b427d 100644 --- a/.github/workflows/GenerateCompatibilityList.yml +++ b/.github/workflows/GenerateCompatibilityList.yml @@ -16,7 +16,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v4.2.1 + - uses: actions/checkout@v4.2.2 - name: Setup Dotnet uses: actions/setup-dotnet@v4.1.0 diff --git a/.github/workflows/GenerateReleaseZip.yml b/.github/workflows/GenerateReleaseZip.yml index 0e2f040..16659bc 100644 --- a/.github/workflows/GenerateReleaseZip.yml +++ b/.github/workflows/GenerateReleaseZip.yml @@ -47,7 +47,7 @@ jobs: rimworld-version: [1.4, 1.5] # Add Rimworld version here! steps: - name: Checkout Repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 - name: Setup Dotnet uses: actions/setup-dotnet@v4.1.0 @@ -123,7 +123,7 @@ jobs: # The repository needs to be checked out for the next changelog step. - name: Checkout Repository - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 # Download the build artifact from the package job. - name: Download Mod Artifacts from Build Step