Skip to content

Commit 9a4d708

Browse files
authored
Merge pull request DSpace#6050 from DSpace/dependabot/github_actions/github-actions-eefdb6dedd
Bump actions/setup-node from 6 to 7 in the github-actions group
2 parents 81470a2 + 33155f0 commit 9a4d708

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
@@ -81,7 +81,7 @@ jobs:
8181

8282
# https://github.com/actions/setup-node
8383
- name: Install Node.js ${{ matrix.node-version }}
84-
uses: actions/setup-node@v6
84+
uses: actions/setup-node@v7
8585
with:
8686
node-version: ${{ matrix.node-version }}
8787

0 commit comments

Comments
 (0)