From 11d0004a8d9c11f83cb0956d743b2bc51ee58752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 15:02:55 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.2.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/v2.3.4...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... 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 8df295b..44c870f 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@v2.3.4 + uses: actions/checkout@v3.2.0 with: submodules: 'recursive' fetch-depth: 0 diff --git a/.github/workflows/submodule-update.yml b/.github/workflows/submodule-update.yml index 9cfba49..763756c 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@v2 + uses: actions/checkout@v3.2.0 with: token: ${{ secrets.CI_TOKEN }} submodules: 'recursive'