From f175534d69b3599014b4704c1f2d2b9111dc639d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:45:17 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/prerelease.yml | 2 +- .github/workflows/update-discord.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 1502a0a..d6bfe51 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -12,7 +12,7 @@ jobs: steps: # ... - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up JDK 11 uses: actions/setup-java@v2 with: diff --git a/.github/workflows/update-discord.yml b/.github/workflows/update-discord.yml index ffe7a79..61515b4 100644 --- a/.github/workflows/update-discord.yml +++ b/.github/workflows/update-discord.yml @@ -21,7 +21,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Change Permissions run: chmod +x ./discord-updater