Skip to content

Commit 4b0b79f

Browse files
authored
deps: bump the github-actions group with 2 updates (#1680)
2 parents 3dcf039 + b17ad7e commit 4b0b79f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/[email protected]
2929

3030
- name: 🏗 Setup nodejs
31-
uses: actions/setup-node@v4.0.4
31+
uses: actions/setup-node@v4.1.0
3232
with:
3333
node-version: ${{ env.NODE_VERSION }}
3434

.github/workflows/dependency-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
uses: actions/[email protected]
2121

2222
- name: 🚀 Dependency Review
23-
uses: actions/dependency-review-action@v4.3.5
23+
uses: actions/dependency-review-action@v4.4.0

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/[email protected]
2828

2929
- name: 🏗 Setup nodejs
30-
uses: actions/setup-node@v4.0.4
30+
uses: actions/setup-node@v4.1.0
3131
with:
3232
node-version: ${{ env.NODE_VERSION }}
3333
registry-url: 'https://registry.npmjs.org'

0 commit comments

Comments
 (0)