Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit b99b1ad

Browse files
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1720927 commit b99b1ad

12 files changed

+12
-12
lines changed

.github/workflows/arm64-staging-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
echo "NICENODE_ENV variable : ${{ vars.NICENODE_ENV }}"
3333
3434
- name: Checkout git repo
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v6
3636

3737
- name: Install Node and NPM
3838
uses: actions/setup-node@v4

.github/workflows/e2e-test-linux-distros.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
TEST: true
2828

2929
steps:
30-
- uses: actions/checkout@v4
30+
- uses: actions/checkout@v6
3131
- name: 💚 Use Node.js ${{ matrix.node-version }}
3232
uses: actions/setup-node@v4
3333
with:

.github/workflows/e2e-test-mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- if: ${{ matrix.os == 'macos-latest' }}
2121
run: python3 -m pip install setuptools --break-system-packages
2222

23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- name: 💚 Use Node.js ${{ matrix.node-version }}
2525
uses: actions/setup-node@v4
2626
with:

.github/workflows/e2e-test-specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
os: [ubuntu-latest]
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: 🧱 Install Dependencies
2020
run: |
2121
sudo apt-get update

.github/workflows/e2e-test-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: [20.x]
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: 💚 Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v4
2222
with:

.github/workflows/e2e-test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: [20.x]
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: 💚 Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v4
2222
with:

.github/workflows/eth-nodes-sync-test-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
node-version: [20.x]
1717

1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- name: 💚 Use Node.js ${{ matrix.node-version }}
2121
uses: actions/setup-node@v4
2222
with:

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: python3 -m pip install setuptools --break-system-packages
2222

2323
- name: Check out Git repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Install Node.js and NPM
2727
uses: actions/setup-node@v4

.github/workflows/podman-install-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: print os version details
2929
run: cat /etc/os-release
3030

31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v6
3232
- uses: actions/setup-node@v4
3333
with:
3434
node-version: 20

.github/workflows/prod-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "NICENODE_ENV variable : ${{ vars.NICENODE_ENV }}"
3434
3535
- name: Checkout git repo
36-
uses: actions/checkout@v4
36+
uses: actions/checkout@v6
3737

3838
- name: Install Node and NPM
3939
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)