From 273e06b88ac5015207a083a231a552b9a164e87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Oct 2022 02:13:10 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.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...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/validate.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 50d61077..27877d5a 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -24,7 +24,7 @@ jobs: uses: styfle/cancel-workflow-action@0.9.1 - name: ⬇️ Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: ⎔ Setup node uses: actions/setup-node@v2 @@ -59,7 +59,7 @@ jobs: uses: styfle/cancel-workflow-action@0.9.1 - name: ⬇️ Checkout repo - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: ⎔ Setup node uses: actions/setup-node@v2