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