Skip to content

Commit 9c40b41

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node). Updates `actions/checkout` from 3.5.3 to 4.1.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@c85c95e...9bb5618) Updates `actions/setup-node` from 3.7.0 to 4.0.2 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@e33196f...60edb5d) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9fca397 commit 9c40b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
node-version: [20]
1616

1717
steps:
18-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
18+
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v3
1919
- name: Use Node.js ${{ matrix.node-version }}
20-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3
20+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
2121
with:
2222
node-version: ${{ matrix.node-version }}
2323
cache: 'npm'

0 commit comments

Comments
 (0)