Skip to content

Commit 3e7420f

Browse files
authored
Merge pull request #13 from openedx/dependabot/github_actions/actions/setup-node-7
build(deps): bump actions/setup-node from 6 to 7
2 parents fdecbec + b9ab11f commit 3e7420f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Setup Nodejs
19-
uses: actions/setup-node@v6
19+
uses: actions/setup-node@v7
2020
with:
2121
node-version-file: '.nvmrc'
2222
- name: Install dependencies

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Setup Node.js
22-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
22+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
2323
with:
2424
node-version-file: '.nvmrc'
2525

0 commit comments

Comments
 (0)