From e221145a7469ba8ed3d211e28386875a59e00e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 23:25:27 +0200 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 3 (#349) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/continuous-integration.yml | 2 +- .github/workflows/merge-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 1bea90a6..8b32d13d 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -11,7 +11,7 @@ jobs: node-version: [12.x] steps: - name: 'Checkout repository' - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: 'Use Node.js v${{ matrix.node-version }}' uses: actions/setup-node@v3 with: diff --git a/.github/workflows/merge-dependencies.yml b/.github/workflows/merge-dependencies.yml index e97194a8..6ab2fa04 100644 --- a/.github/workflows/merge-dependencies.yml +++ b/.github/workflows/merge-dependencies.yml @@ -14,7 +14,7 @@ jobs: if: github.actor == 'dependabot[bot]' steps: - name: 'Checkout repository' - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v3 - name: 'Automerge dependency updates from Dependabot' uses: ahmadnassri/action-dependabot-auto-merge@v2.6 # Guarantee that commit comes from Dependabot (don't blindly trust external GitHub Actions)