From 4fcac4b8c9c38f56f19207bf46de6625debc5494 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 05:10:42 +0000 Subject: [PATCH] Bump actions/checkout from 3.0.0 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.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/v3.0.0...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- .github/workflows/submodule-update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 17afcaf..b2b8424 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: "📥 Checkout Code" - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3.0.2 with: submodules: 'recursive' fetch-depth: 0 diff --git a/.github/workflows/submodule-update.yml b/.github/workflows/submodule-update.yml index a9598e5..0ac98de 100644 --- a/.github/workflows/submodule-update.yml +++ b/.github/workflows/submodule-update.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout Code" - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3.0.2 with: token: ${{ secrets.CI_TOKEN }} submodules: 'recursive'