Skip to content

Commit bcd8b95

Browse files
committed
Merge branch
2 parents 59ce307 + 04209a7 commit bcd8b95

File tree

323 files changed

+3523
-2264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

323 files changed

+3523
-2264
lines changed

.circleci/config.yml

Lines changed: 0 additions & 151 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 109 deletions
This file was deleted.

.github/workflows/autofix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
format:
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
lfs: true
1717

1818
- name: Use Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '20.x'
21+
node-version: 20
2222
cache: 'yarn'
2323

2424
- uses: actions/setup-go@v5

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v2

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
test-with-coverage:
1010
runs-on: ubuntu-24.04
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
with:
1414
lfs: true
1515

1616
- name: Use Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: '20.x'
19+
node-version: 20
2020
cache: 'yarn'
2121

2222
- name: Start wasmd

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
contents: write
1212
runs-on: ubuntu-24.04
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
with:
1616
lfs: true
1717

1818
- name: Use Node.js
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: '20.x'
21+
node-version: 20
2222
cache: 'yarn'
2323

2424
- name: Install dependencies

.github/workflows/faucet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
id-token: write
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
lfs: true
2525

26-
# Uses the `docker/login-action` action to log in to the Container registry registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
26+
# Uses the `docker/login-action` action to log in to the Container registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
2727
- name: Log in to the Container registry
2828
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
2929
with:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
lint:
1414
runs-on: ubuntu-24.04
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
lfs: true
1919

2020
- name: Use Node.js
2121
uses: actions/setup-node@v4
2222
with:
23-
node-version: '20.x'
23+
node-version: 20
2424
cache: 'yarn'
2525

2626
- name: Install dependencies

0 commit comments

Comments
 (0)