From 69c45d8e94581c76cfc238ed8d554fedb2e4d918 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 03:00:13 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 3.1.0 to 3.5.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.5.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.1.0...v3.5.2) --- 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..314f82d7 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.2' 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..fa9a072a 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.2' - 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..aec15fd1 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.2' - uses: 'actions/setup-node@v3.5.1' with: