From 66e32198d0b8dada0653faeeadd92c0f5ba7b8c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 23:04:40 +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/node.js.yml | 2 +- .github/workflows/npm-publish.yml | 2 +- .github/workflows/semver.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 97b5b36..d49ba91 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -20,7 +20,7 @@ jobs: # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v2.2.0 with: diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ccc4d15..96b3566 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -11,7 +11,7 @@ jobs: build-and-publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 - uses: actions/setup-node@v2.2.0 with: node-version: 12 diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index 1378335..6d79840 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -11,7 +11,7 @@ jobs: if: ${{ github.event.pull_request.merged == true && !contains(github.event.pull_request.labels.*.name, 'no-semver') }} steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v3.2.0 - run: | git config --global user.name 'Avi Mehra' git config --global user.email 'pihart@users.noreply.github.com'