diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index cc22a0cb20..c2848f11c9 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -19,7 +19,7 @@ jobs: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - name: Clone airnode - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Check hyperlinks uses: gaurav-nelson/github-action-markdown-link-check@v1 with: @@ -31,7 +31,7 @@ jobs: if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository steps: - name: Clone airnode - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Required for changesets check. See: https://github.com/changesets/changesets/issues/517#issuecomment-813282523 fetch-depth: 0 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f1a4bda2e4..98c21006ca 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/protocol-verify.yml b/.github/workflows/protocol-verify.yml index 74b0a17c5a..6dbf799184 100644 --- a/.github/workflows/protocol-verify.yml +++ b/.github/workflows/protocol-verify.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone airnode - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: # Required for changesets check. See: https://github.com/changesets/changesets/issues/517#issuecomment-813282523 fetch-depth: 0