Skip to content

Commit 7357d98

Browse files
committed
feat: DEVOPS-46 actions updated to fix nodejs16 deprecation
1 parent d775ea0 commit 7357d98

8 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci-linting.yml

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

2121
- uses: pnpm/action-setup@v2
2222
with:
@@ -28,7 +28,7 @@ jobs:
2828
2929
- name: Trunk cache
3030
id: cache-trunk
31-
uses: actions/cache@v4.2.2
31+
uses: actions/cache@v5
3232
with:
3333
path: ~/.cache/trunk/
3434
key: ${{ runner.os }}-trunk

.github/workflows/ci-on-pr-bazel-test-ubuntu-22.04.yml.disabled

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
contents: read
2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v6
2626
with:
2727
ref: ${{github.event.pull_request.head.ref}}
2828
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/cicd-prd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
REGISTRY: asia-docker.pkg.dev/prj-p-devops-services-tvwmrf63/zilliqa-public
7272
steps:
7373
- name: Checkout code
74-
uses: actions/checkout@v3
74+
uses: actions/checkout@v6
7575
with:
7676
submodules: recursive
7777
ref: ${{ github.event.pull_request.head.ref }}

.github/workflows/cicd-stg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
REGISTRY: asia-docker.pkg.dev/prj-d-devops-services-4dgwlsse/zilliqa-public
6161
steps:
6262
- name: Checkout code
63-
uses: actions/checkout@v3
63+
uses: actions/checkout@v6
6464
with:
6565
submodules: "true"
6666
ref: ${{ github.event.pull_request.head.ref }}

needing-organisation/deprecated-zilliqa-js/github/workflows/codeql-analysis.yml

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

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v6
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

needing-organisation/github-wf-portal/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: github-pages
2222
url: ${{ steps.deployment.outputs.page_url }}
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v6
2525
- uses: actions/setup-node@v2
2626
with:
2727
node-version: 16.x

needing-organisation/github-wf-portal/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build & test PR
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-node@v2
1616
with:
1717
node-version: 16.x

products/bluebell/playground/.github/workflows/pr_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v6
1818
- name: install toolchain
1919
uses: actions-rs/toolchain@v1
2020
with:

0 commit comments

Comments
 (0)