From b3f75cd1ad38c3a4b16f3359c9848fc6797bed9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 01:00:38 +0000 Subject: [PATCH] :arrow_up: Bump actions/checkout from 3.0.2 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 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.0.2...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/build.yml | 2 +- .github/workflows/deploy-docs.yml | 2 +- .github/workflows/release-github.yml | 2 +- .github/workflows/release-sonatype.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84e0787c..7a48bca0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,7 @@ jobs: steps: - name: checkout repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 - name: cache gradle uses: actions/cache@v3.0.9 diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index c4531149..5fc54691 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -14,7 +14,7 @@ jobs: steps: - name: checkout repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.inputs.branch }} diff --git a/.github/workflows/release-github.yml b/.github/workflows/release-github.yml index a40daa39..04d17834 100644 --- a/.github/workflows/release-github.yml +++ b/.github/workflows/release-github.yml @@ -18,7 +18,7 @@ jobs: steps: - name: checkout repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.inputs.branch }} diff --git a/.github/workflows/release-sonatype.yml b/.github/workflows/release-sonatype.yml index bf13499b..a26b42f8 100644 --- a/.github/workflows/release-sonatype.yml +++ b/.github/workflows/release-sonatype.yml @@ -17,7 +17,7 @@ jobs: steps: - name: checkout repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v3.3.0 with: ref: ${{ github.event.inputs.branch }}