Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1ee3c75

Browse filesBrowse files
authored
Merge pull request #4018 from github/dependabot/github_actions/dot-github/workflows/actions/setup-node-7.0.0
Bump actions/setup-node from 6.4.0 to 7.0.0 in /.github/workflows
2 parents e053684 + cc5c777 commit 1ee3c75
Copy full SHA for 1ee3c75

13 files changed

+15-15Lines changed: 15 additions & 15 deletions
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎.github/workflows/__config-input.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/__config-input.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎.github/workflows/__packaging-codescanning-config-inputs-js.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/__packaging-codescanning-config-inputs-js.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎.github/workflows/__packaging-config-inputs-js.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/__packaging-config-inputs-js.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎.github/workflows/__packaging-config-js.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/__packaging-config-js.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎.github/workflows/__packaging-inputs-js.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/__packaging-inputs-js.yml
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎.github/workflows/codescanning-config-cli.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/codescanning-config-cli.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
5858

5959
- name: Set up Node.js
60-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
60+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
6161
with:
6262
node-version: 24
6363
cache: 'npm'
Collapse file

‎.github/workflows/post-release-mergeback.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/post-release-mergeback.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4848
with:
4949
fetch-depth: 0 # ensure we have all tags and can push commits
50-
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
50+
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
5151
with:
5252
node-version: 24
5353
cache: 'npm'
Collapse file

‎.github/workflows/pr-checks.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/pr-checks.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4343

4444
- name: Set up Node.js
45-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
45+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
4646
with:
4747
node-version: ${{ matrix.node-version }}
4848
cache: 'npm'
@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
9292

9393
- name: Set up Node.js
94-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
94+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
9595
with:
9696
node-version: 24
9797
cache: 'npm'
Collapse file

‎.github/workflows/query-filters.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/query-filters.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3434

3535
- name: Install Node.js
36-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
36+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3737
with:
3838
node-version: 24
3939
cache: npm
Collapse file

‎.github/workflows/rebuild.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/rebuild.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
ref: ${{ env.HEAD_REF }}
3131

3232
- name: Set up Node.js
33-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
33+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
3434
with:
3535
node-version: 24
3636
cache: 'npm'

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.