Skip to content

Commit d36afb5

Browse files
authored
chore(deps): update actions/setup-node digest to 6044e13 (#204)
1 parent 35e7fef commit d36afb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-toolbox-adk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
repository: ${{ github.event.pull_request.head.repo.full_name }}
6161
token: ${{ secrets.GITHUB_TOKEN }}
6262
- name: Setup Node
63-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
63+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
6464
with:
6565
node-version: 22.16.0
6666
- name: Install dependencies

.github/workflows/lint-toolbox-core.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
repository: ${{ github.event.pull_request.head.repo.full_name }}
6161
token: ${{ secrets.GITHUB_TOKEN }}
6262
- name: Setup Node
63-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
63+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
6464
with:
6565
node-version: 22.16.0
6666
- name: Install dependencies

0 commit comments

Comments
 (0)