Skip to content

Commit

Permalink
deps: bump the github-actions group with 2 updates (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD authored Nov 2, 2024
2 parents 3dcf039 + b17ad7e commit 4b0b79f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/[email protected]

- name: 🏗 Setup nodejs
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
uses: actions/[email protected]

- name: 🚀 Dependency Review
uses: actions/dependency-review-action@v4.3.5
uses: actions/dependency-review-action@v4.4.0
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/[email protected]

- name: 🏗 Setup nodejs
uses: actions/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ env.NODE_VERSION }}
registry-url: 'https://registry.npmjs.org'
Expand Down

0 comments on commit 4b0b79f

Please sign in to comment.