Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-ci-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
# Checkout the repository.
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
id: checkout
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-fe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
#
# Checkout the repository.
#
- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout

#
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
#
# Checkout the repository.
#
- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout

#
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook-on-demand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
# Checkout the repository.
#
- name: Checkout project
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ env.GITHUB_PR_HEAD_SHA }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
#
# Checkout the repository.
#
- uses: actions/checkout@v3
- uses: actions/checkout@v4
id: checkout

#
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-test-crawler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
# Checkout the repository.
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Create date variable
- name: Create Date Variable
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
steps:
# Checkout the repository.
- name: Checkout the repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
id: checkout
Expand All @@ -72,7 +72,7 @@ jobs:

# Clone lotus repo into repo-to-crawl folder
- name: Clone lotus repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: filecoin-project/lotus
path: repo-to-crawl
Expand Down