diff --git a/.github/workflows/ide-updater.yml b/.github/workflows/ide-updater.yml index 2f3539a..15a10cb 100644 --- a/.github/workflows/ide-updater.yml +++ b/.github/workflows/ide-updater.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 15 steps: - name: "Check out the sources" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a64d41..af4a30f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: DOTNET_NOLOGO: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - if: matrix.image == 'ubuntu-22.04' name: Free disk space @@ -85,5 +85,5 @@ jobs: runs-on: ubuntu-22.04 name: "Validate Gradle wrapper" steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: gradle/actions/wrapper-validation@v4