From 3d081ae88bbc95aba58728bfc94812fd7cbe91a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 04:06:25 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benedikt.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/dependencies.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benedikt.yml b/.github/workflows/benedikt.yml index 768e2fb..288d501 100644 --- a/.github/workflows/benedikt.yml +++ b/.github/workflows/benedikt.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - id: diktat name: 'diKTat Check' diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43302c9..76aa677 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Set up Java 17' uses: actions/setup-java@v3 diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 87cf2da..17e4d9b 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -18,7 +18,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: # Fetch Git tags, so that semantic version can be calculated. # Alternatively, run `git fetch --prune --unshallow --tags` as the diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2014b75..4c1b1d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: statuses: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: 'Set up Java 17' uses: actions/setup-java@v3