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