From 82aa0d0eb802dfae184c6a48ee9563467c5a2413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:45:29 +0200 Subject: [PATCH] :dependabot: Bump actions/checkout from 4.1.1 to 4.1.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [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.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/e2e.yml | 2 +- .github/workflows/gradle.yml | 4 ++-- .github/workflows/submit_dependencies.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7d13fd0e..c7421ac3 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -25,7 +25,7 @@ jobs: steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 - name: start backend containers run: docker compose up -d backend populate diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a54284cc..1a86b6a3 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -16,7 +16,7 @@ jobs: steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 - name: install xmllint run: sudo apt update && sudo apt-get install --no-install-recommends -y libxml2-utils @@ -40,7 +40,7 @@ jobs: steps: - name: checkout code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.2 - name: set up jdk uses: actions/setup-java@v4.2.1 diff --git a/.github/workflows/submit_dependencies.yml b/.github/workflows/submit_dependencies.yml index 08a37542..292e30c8 100644 --- a/.github/workflows/submit_dependencies.yml +++ b/.github/workflows/submit_dependencies.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.2 - uses: actions/setup-java@v4.2.1 with: