Skip to content

Commit 35a5882

Browse files
👷 bump actions/setup-node from 6 to 7
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 7. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1f14448 commit 35a5882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
ref: "${{ github.head_ref }}"
1414
- name: Install dependencies and Build Theme
15-
uses: actions/setup-node@v6
15+
uses: actions/setup-node@v7
1616
- run: npm install
1717
- run: npm run assets
1818
- name: Commit and push Chart.js changes

0 commit comments

Comments
 (0)