From 925dbfae22ee7df19606733c3370c5646dd8f4a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 18:06:12 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 3.0.1 to 3.3.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 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.1...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/commitlint.yml | 2 +- .github/workflows/nodejs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 3db6feb..6be360f 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -10,7 +10,7 @@ jobs: commitlint: runs-on: 'ubuntu-latest' steps: - - uses: 'actions/checkout@v3.0.1' + - uses: 'actions/checkout@v3.3.0' with: fetch-depth: 0 diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7bca2c8..2a8e558 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: steps: - name: 'Checkout Project' - uses: 'actions/checkout@v3.0.1' + uses: 'actions/checkout@v3.3.0' with: fetch-depth: 0