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