From a9c55e3bc7e75fb12fe6a066ab1162cd9fd682d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 05:02:59 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.2.0 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.2.0 to 3.3.0. - [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.2.0...v3.3.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/mvn-deploy.yml | 2 +- .github/workflows/mvn-release.yml | 2 +- .github/workflows/mvn-test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9983f99c2d..c15b0a1fdb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/mvn-deploy.yml b/.github/workflows/mvn-deploy.yml index c53ad05bf1..3c975a3ae2 100644 --- a/.github/workflows/mvn-deploy.yml +++ b/.github/workflows/mvn-deploy.yml @@ -16,7 +16,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} run: clean, cancel verbose: false - - uses: actions/checkout@v3.2.0 + - uses: actions/checkout@v3.3.0 - uses: actions/setup-python@v4 - uses: pre-commit/action@v3.0.0 diff --git a/.github/workflows/mvn-release.yml b/.github/workflows/mvn-release.yml index 78d002684b..484b485339 100644 --- a/.github/workflows/mvn-release.yml +++ b/.github/workflows/mvn-release.yml @@ -12,7 +12,7 @@ jobs: steps: - run: echo "Will start a Maven Central upload with version ${{ github.event.inputs.releaseversion }}" - - uses: actions/checkout@v3.2.0 + - uses: actions/checkout@v3.3.0 - name: Login to Docker Hub uses: docker/login-action@v2 diff --git a/.github/workflows/mvn-test.yml b/.github/workflows/mvn-test.yml index b280a13a97..85f45cd72a 100644 --- a/.github/workflows/mvn-test.yml +++ b/.github/workflows/mvn-test.yml @@ -25,7 +25,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} run: clean, cancel verbose: false - - uses: actions/checkout@v3.2.0 + - uses: actions/checkout@v3.3.0 - uses: actions/setup-python@v4 - uses: pre-commit/action@v3.0.0