Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/cli-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
contents: read
steps:
- name: Checkout CLI repo
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
fi

- name: Checkout docs repo
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: genlayerlabs/genlayer-docs
token: ${{ secrets.DOCS_REPO_TOKEN || secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
private_key: ${{ secrets.CI_BOT_SECRET }}

- name: Checkout source code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ steps.ci_bot_token.outputs.token }}
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
private_key: ${{ secrets.CI_BOT_SECRET }}

- name: Checkout source code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
token: ${{ steps.ci_bot_token.outputs.token }}
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Install libsecret runtime
run: sudo apt-get update && sudo apt-get install -y libsecret-1-0
Expand Down