File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
2020 steps :
2121 - name : Clone airnode
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 - name : Check hyperlinks
2424 uses : gaurav-nelson/github-action-markdown-link-check@v1
2525 with :
3131 if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
3232 steps :
3333 - name : Clone airnode
34- uses : actions/checkout@v3
34+ uses : actions/checkout@v4
3535 with :
3636 # Required for changesets check. See: https://github.com/changesets/changesets/issues/517#issuecomment-813282523
3737 fetch-depth : 0
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v4
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Clone airnode
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323 with :
2424 # Required for changesets check. See: https://github.com/changesets/changesets/issues/517#issuecomment-813282523
2525 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments