From 2ab091844a48c67695f0ef4948f2670ef0429e47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 15:02:40 +0000 Subject: [PATCH] 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/compile-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compile-release.yml b/.github/workflows/compile-release.yml index 4884bf6..638f119 100644 --- a/.github/workflows/compile-release.yml +++ b/.github/workflows/compile-release.yml @@ -16,7 +16,7 @@ jobs: matrix: ${{ steps.discover-releases.outputs.matrix }} steps: - name: Checkout - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: path: apache-atlas-compiled @@ -93,7 +93,7 @@ jobs: done - name: Checkout Apache Atlas compiled - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: path: apache-atlas-compiled