diff --git a/.github/workflows/link_checker.yml b/.github/workflows/link_checker.yml index d0110327..b3b8bb6a 100644 --- a/.github/workflows/link_checker.yml +++ b/.github/workflows/link_checker.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v3.4.0 + uses: actions/checkout@v3.5.0 - name: Link check uses: gaurav-nelson/github-action-markdown-link-check@v1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b20357a8..5f88c2c6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,7 +30,7 @@ jobs: - packages/substrate_metadata steps: - - uses: actions/checkout@v3.1.0 + - uses: actions/checkout@v3.5.0 with: fetch-depth: 2