From abbb003312cc9b53d416ef12a7031758160207ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 04:16:30 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.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.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/integration.yml | 2 +- .github/workflows/main.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a198401b..a146a5ba 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out RITE source - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: Set up Java and Maven uses: actions/setup-java@v4.6.0 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8df5b0a6..5572f1cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Check out RITE source - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: Set up Java and Maven uses: actions/setup-java@v4.6.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 609d5465..6ba74efc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Check out RITE source - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.2 - name: Set up Java and Maven uses: actions/setup-java@v4.6.0