This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2e1a429e9a HDDS-15975. Bump actions/setup-node to 7.0.0 (#497)
2e1a429e9a is described below
commit 2e1a429e9a2f1a12160f1930abeab018b90c18c5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jul 25 12:33:16 2026 +0200
HDDS-15975. Bump actions/setup-node to 7.0.0 (#497)
---
.github/workflows/static.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
index be2d6a3b79..57ca71a2ff 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/static.yml
@@ -64,7 +64,7 @@ jobs:
run: |
corepack enable
- name: Use Node.js ${{ env.node_version }}
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #
v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 #
v7.0.0
with:
node-version: ${{ env.node_version }}
cache: pnpm
@@ -89,7 +89,7 @@ jobs:
run: |
corepack enable
- name: Use Node.js ${{ env.node_version }}
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #
v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 #
v7.0.0
with:
node-version: ${{ env.node_version }}
cache: pnpm
@@ -108,7 +108,7 @@ jobs:
run: |
corepack enable
- name: Use Node.js ${{ env.node_version }}
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e #
v6.4.0
+ uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 #
v7.0.0
with:
node-version: ${{ env.node_version }}
cache: pnpm
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]