From e6a1e8c063d90019a1471f8430d6317c54cd2a8c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 18:10:48 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9675d61..0be1a08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: modpacks: ${{ steps.list-modpacks.outputs.modpacks }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - id: list-modpacks name: List modpacks run: echo modpacks=$(cat modpacks.json) >> $GITHUB_OUTPUT @@ -22,7 +22,7 @@ jobs: name: Build ${{ matrix.name }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Setup golang uses: actions/setup-go@v4 with: @@ -48,7 +48,7 @@ jobs: if: github.ref == 'refs/heads/main' steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v5 - name: Download modpacks uses: actions/download-artifact@v3 with: