From 318848c22067a94a9cb557aeef504f4566188978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 09:28:48 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/create-release.yaml | 4 ++-- .github/workflows/publish-to-curseforge.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 0799ab7..ce8f238 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -1,4 +1,4 @@ -name: Create release on tag push +name: Create release on tag push on: push: @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Gradle uses: gradle/gradle-build-action@v2 diff --git a/.github/workflows/publish-to-curseforge.yaml b/.github/workflows/publish-to-curseforge.yaml index f5a9797..62af75d 100644 --- a/.github/workflows/publish-to-curseforge.yaml +++ b/.github/workflows/publish-to-curseforge.yaml @@ -1,4 +1,4 @@ -name: Publish to Curseforge on release +name: Publish to Curseforge on release on: release: @@ -16,7 +16,7 @@ jobs: run: echo "RELEASE_VERSION=${GITHUB_REF_NAME#release/}" >> $GITHUB_ENV - name: Checkout source code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Download release artifacts env: -- 2.45.2