From 184e9d791084a1d85713f906935f81411265df5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:17:10 +0000 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 2ba0ed9..1f599c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,7 +10,7 @@ jobs: architecture: [ 'x64' ] name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }} steps: - - uses: actions/checkout@v4.0.0 + - uses: actions/checkout@v4.1.7 - name: Setup JDK uses: actions/setup-java@v3.10.0 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8f5396..c1cc619 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.7 - name: Create Release id: create_release uses: actions/create-release@v1.1.4