From 9a5ee20409e5d358507e7b4bac21d2d8ca7a5d0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 10:02:26 +0000 Subject: [PATCH] build(deps): 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/admin-release.yml | 2 +- .github/workflows/main.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/admin-release.yml b/.github/workflows/admin-release.yml index 25e5953..3b0f61f 100644 --- a/.github/workflows/admin-release.yml +++ b/.github/workflows/admin-release.yml @@ -13,7 +13,7 @@ jobs: PROJECT: BioEngine.Admin steps: - name: Checkout code - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3.2.0 - name: Prepare id: prep shell: bash diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 347e4db..314c33c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: PROJECT: BioEngine.Admin steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.2.0 - name: Install node.js uses: actions/setup-node@v2.4.0 with: @@ -63,7 +63,7 @@ jobs: if: ${{ github.event_name == 'push' }} steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 persist-credentials: false