From 5898f1d4c896bd6a107c11441d297ef90f022e80 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 17:22:25 +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 aebdaef..52e070d 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 17 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