From 54723fcc74f076a5af92b22dc8dc286a7b8657c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 17:10:47 +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/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..f69574e 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.1.0 with: submodules: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3397fd6..d8d2eca 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.1.0 with: submodules: true diff --git a/.github/workflows/migrations.yml b/.github/workflows/migrations.yml index 8d546ad..8cd8f69 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.1.0 with: submodules: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18a7ffb..faaf665 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.1.0 with: submodules: true