Skip to content

Commit 76c5089

Browse files
chore(deps): update actions/checkout action to v4
1 parent d2e5a04 commit 76c5089

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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:
@@ -31,7 +31,7 @@ jobs:
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

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

.github/workflows/protocol-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

0 commit comments

Comments
 (0)