Skip to content

Commit 79eed66

Browse files
authored
Update github actions (#2907)
1 parent c69b8a0 commit 79eed66

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/code-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
20-
- uses: actions/setup-node@v4
19+
- uses: actions/checkout@v6
20+
- uses: actions/setup-node@v6
2121
with:
2222
# Use node version from '.nvmrc' instead of hardcoding here
2323
node-version-file: ".nvmrc"

.github/workflows/crowdin-pull.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: Chia-Network/actions/git-mark-workspace-safe@main
3131

3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
with:
3535
ref: "${{ inputs.pr_target || github.ref_name }}"
3636

@@ -56,7 +56,7 @@ jobs:
5656
passphrase: ${{ secrets.CHIA_AUTOMATION_PRIVATE_GPG_PASSPHRASE }}
5757

5858
- name: crowdin action
59-
uses: crowdin/github-action@v2.4.0
59+
uses: crowdin/github-action@v2.16.2
6060
with:
6161
upload_sources: false
6262
upload_translations: false

.github/workflows/crowdin-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
container: node:24
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Vault Login
2222
uses: Chia-Network/actions/vault/login@main
@@ -34,7 +34,7 @@ jobs:
3434
secret/data/crowdin project-id-blockchain-gui | CROWDIN_PROJECT_ID;
3535
3636
- name: crowdin action
37-
uses: crowdin/github-action@v2.4.0
37+
uses: crowdin/github-action@v2.16.2
3838
with:
3939
upload_sources: true
4040
upload_translations: false

.github/workflows/extract-strings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout Code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525
with:
2626
fetch-depth: 0
2727
token: ${{ secrets.REPO_COMMIT }}
2828

2929
- name: Setup Node 24.x
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v6
3131
with:
3232
node-version: "24.x"
3333

0 commit comments

Comments
 (0)