From 2b4c6e0319fd08c36c6c3d0df5ede9f473676906 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 12:34:47 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 4 (#1064) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [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/v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/build.yml | 8 ++++---- .github/workflows/release.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 83e342dbc..31322e10f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: name: build with jdk ${{matrix.java}} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 name: checkout - uses: actions/setup-java@v1 @@ -52,7 +52,7 @@ jobs: name: build with jdk ${{matrix.java}} windows steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 name: checkout - uses: actions/setup-java@v1 @@ -70,7 +70,7 @@ jobs: name: docs steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 name: checkout - uses: actions/setup-java@v1 @@ -101,7 +101,7 @@ jobs: name: quality steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-java@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e09470bb2..26303f2db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: github-token: ${{secrets.GITHUB_TOKEN}} metadata-file-path: '.github/project.yml' - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: token: ${{secrets.RELEASE_TOKEN}}