Skip to content

Commit 94b3242

Browse files
Merge branch 'master' into release-naga-proto-2025-11-26
2 parents ae5c5ce + ac60b4a commit 94b3242

31 files changed

+45
-39
lines changed

.github/workflows/blockchain-contracts-abi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Check Blockchain Contract ABI staleness
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
with:
2121
submodules: recursive
2222

.github/workflows/blockchain-contracts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: warp-ubuntu-latest-x64-8x # change to LargeRunner to run on github. Change to self-hosted to run on our own runner. Change to buildjet-8vcpu-ubuntu-2204 to run on buildjet with 8 cpus
2525

2626
steps:
27-
- uses: actions/checkout@v5
27+
- uses: actions/checkout@v6
2828
with:
2929
submodules: recursive
3030
- name: Use Node.js
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: warp-ubuntu-latest-x64-8x # change to LargeRunner to run on github. Change to self-hosted to run on our own runner. Change to buildjet-8vcpu-ubuntu-2204 to run on buildjet with 8 cpus
5252

5353
steps:
54-
- uses: actions/checkout@v5
54+
- uses: actions/checkout@v6
5555
with:
5656
submodules: recursive
5757
- name: Use Node.js
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: LargeRunner # change to LargeRunner to run on github. Change to self-hosted to run on our own runner. Change to buildjet-8vcpu-ubuntu-2204 to run on buildjet with 8 cpus
7979

8080
steps:
81-
- uses: actions/checkout@v5
81+
- uses: actions/checkout@v6
8282
with:
8383
submodules: recursive
8484
- name: Use Node.js

.github/workflows/blockchain-prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
prettier_check:
1717
runs-on: warp-ubuntu-latest-x64-2x # change to LargeRunner to run on github. Change to self-hosted to run on our own runner. Change to buildjet-8vcpu-ubuntu-2204 to run on buildjet with 8 cpus
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020
- name: Use Node.js
2121
uses: WarpBuilds/setup-node@v4
2222
with:

.github/workflows/delete-buildjet-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: warp-ubuntu-latest-x64-2x
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
- uses: buildjet/cache-delete@v1
1616
with:
1717
cache_key: ${{ inputs.cache_key }}

.github/workflows/deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fi
2424
2525
- name: Checkout Repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
ref: ${{ inputs.release_branch || github.ref }}
2929
fetch-depth: 0

.github/workflows/deploy-lit-node-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v5
48+
uses: actions/checkout@v6
4949

5050
# Install Rust Nightly Toolchain, with Clippy & Rustfmt
5151
- name: Install nightly Rust

.github/workflows/deploy-release-ui.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
steps:
3838
- name: Checkout UI Code from lit-ansible
39-
uses: actions/checkout@v5
39+
uses: actions/checkout@v6
4040
with:
4141
repository: 'LIT-Protocol/lit-ansible'
4242
path: 'lit-ansible'
@@ -45,10 +45,10 @@ jobs:
4545
# When triggered manually, use the branch specified in the input.
4646
ref: ${{ github.event.inputs.source_branch || 'master' }}
4747

48-
- name: Checkout Release Data from lit-assets
48+
- name: Checkout Release Data from lit-peer
4949
uses: actions/checkout@v5
5050
with:
51-
repository: 'LIT-Protocol/lit-assets'
51+
repository: 'LIT-Protocol/lit-peer'
5252
ref: 'releases-info'
5353
path: 'lit-ansible/release-data-store'
5454

.github/workflows/docker-ubuntu2204-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: LargeRunner
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- id: pre-step
1717
shell: bash
1818
run: echo "release-version=$(date +%s)" >> "$GITHUB_OUTPUT"

.github/workflows/lint-workflow-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout lit-assets
13-
uses: actions/checkout@v5
13+
uses: actions/checkout@v6
1414
- name: Download actionlint
1515
run: |
1616
curl -sfL https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash | bash -s -- latest ${{ github.workspace }}
1717
- name: Run actionlint
18-
run: ${{ github.workspace }}/actionlint -ignore 'label ".+" is unknown'
18+
run: ${{ github.workspace }}/actionlint -ignore 'label ".+" is unknown' -ignore '"false" is always evaluated to false.'
1919
env:
2020
# Part of what actionlint does under the hood is to use the Shellcheck tool to lint against where we use the run field to specify shell commands to run.
2121
# Silence the following shellcheck errors since they are not too applicable.

.github/workflows/list-changed-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: tj-actions/branch-names@v9
3535

3636
- name: Make sure we checked out develop, so we can get it's sha
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
with:
3939
ref: ${{ steps.branch-name.outputs.base_ref_branch }}
4040

@@ -58,7 +58,7 @@ jobs:
5858
blockchain_changed: ${{ steps.changed-files-yaml.outputs.blockchain_any_modified }}
5959
steps:
6060
- name: Checkout lit-assets
61-
uses: actions/checkout@v5
61+
uses: actions/checkout@v6
6262

6363
- name: Print base sha
6464
run: |

0 commit comments

Comments
 (0)