From 808ec306cb3b44808da8a689650a61bb260952b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 17:05:53 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2 to 3.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.0.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/v2...v3.0.2) --- 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..87070fe 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.0.2 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3397fd6..38e70aa 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.0.2 with: submodules: true diff --git a/.github/workflows/migrations.yml b/.github/workflows/migrations.yml index 8d546ad..e0052bc 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.0.2 with: submodules: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18a7ffb..315ef2d 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.0.2 with: submodules: true