From 5a189ebcf596c8d7d39f00ba8f4e99405dc7cae9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 03:02:26 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.1.0 to 3.5.3 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.5.3. - [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.1.0...v3.5.3) --- 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 +- .github/workflows/npm-publish.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commitlint.yml b/.github/workflows/commitlint.yml index 84418383..8db11730 100644 --- a/.github/workflows/commitlint.yml +++ b/.github/workflows/commitlint.yml @@ -12,7 +12,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: 'actions/checkout@v3.1.0' + - uses: 'actions/checkout@v3.5.3' with: fetch-depth: 0 - uses: 'wagoid/commitlint-github-action@v5.3.0' diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 59dfd56e..244e54a7 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,7 +17,7 @@ jobs: node-version: [10.x, 12.x, 14.x, 16.x] steps: - - uses: 'actions/checkout@v3.1.0' + - uses: 'actions/checkout@v3.5.3' - name: Use Node.js ${{ matrix.node-version }} uses: 'actions/setup-node@v3.5.1' diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 55b582d7..b7c9ff1f 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -10,7 +10,7 @@ jobs: publish-npm: runs-on: 'ubuntu-latest' steps: - - uses: 'actions/checkout@v3.1.0' + - uses: 'actions/checkout@v3.5.3' - uses: 'actions/setup-node@v3.5.1' with: