From 36052015eae000f71a7fd4db9edc50903b647c00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:27:32 +0000 Subject: [PATCH] ci(deps): update actions/checkout action to v4.2.0 --- .github/workflows/build-and-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index c156a04103..196cc0812d 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -36,7 +36,7 @@ jobs: ) }}" >> $GITHUB_OUTPUT - name: Checkout - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Compute the Java version id: java-version run: ruby -e 'puts("java-version=#{/^minJavaVersion\s*=\s*(\d+)$/.match(File.read("gradle.properties"))[1]}")' >> $GITHUB_OUTPUT @@ -149,7 +149,7 @@ jobs: repo-id: ${{ steps.staging-repo.outputs.MavenCentral }} steps: - name: Checkout the repo - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - uses: DanySK/build-check-deploy-gradle-action@3.5.7 with: maven-central-username: ${{ secrets.MAVEN_CENTRAL_USERNAME }} @@ -438,13 +438,13 @@ jobs: ) steps: - name: Checkout - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: submodules: recursive token: ${{ secrets.DEPLOYMENT_TOKEN }} - name: Checkout the docs if: contains(github.repository, 'AlchemistSimulator/Alchemist') - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: path: website fetch-depth: 0