From 47abd80925cb90b7f5b77c3a9757e8ecf43bc478 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 17:03:35 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 3 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] --- .github/workflows/introspect.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/migrations.yml | 2 +- .github/workflows/test.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/introspect.yml b/.github/workflows/introspect.yml index 54772cb..b5106f1 100644 --- a/.github/workflows/introspect.yml +++ b/.github/workflows/introspect.yml @@ -14,7 +14,7 @@ jobs: uses: technote-space/auto-cancel-redundant-job@v1 - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3397fd6..1eabc2a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: uses: technote-space/auto-cancel-redundant-job@v1 - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true diff --git a/.github/workflows/migrations.yml b/.github/workflows/migrations.yml index 8d546ad..ee33853 100644 --- a/.github/workflows/migrations.yml +++ b/.github/workflows/migrations.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18a7ffb..86f7a65 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: uses: technote-space/auto-cancel-redundant-job@v1 - name: Checkout the repo - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: submodules: true