From 954ff4745fc890ef6c6e2d35ca7d47fad73c0e19 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 2 Jun 2024 20:14:14 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3.6.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 592c2db..66599bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,7 +15,7 @@ jobs: name: test with JDK ${{ matrix.java }} steps: - name: check out code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: persist-credentials: false - name: set up JDK diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 60aa51c..de7dc9e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: packages: write steps: - name: check out code - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v3.6.0 with: persist-credentials: false - name: set up JDK