Skip to content

Commit

Permalink
⬆️ Bump the dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 2 updates: [gradle/wrapper-validation-action](https://github.com/gradle/wrapper-validation-action) and [actions/setup-node](https://github.com/actions/setup-node).


Updates `gradle/wrapper-validation-action` from 1.1.0 to 2.1.1
- [Release notes](https://github.com/gradle/wrapper-validation-action/releases)
- [Commits](gradle/wrapper-validation-action@v1.1.0...v2.1.1)

Updates `actions/setup-node` from 4.0.1 to 4.0.2
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4.0.1...v4.0.2)

---
updated-dependencies:
- dependency-name: gradle/wrapper-validation-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tiulpin committed Mar 6, 2024
1 parent 9a71424 commit 5796958
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v4
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1.1.0
uses: gradle/wrapper-validation-action@v2.1.1

gradle-test:
name: gradle-test
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Set Node.js 16.x
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 16.x
- name: Install dependencies
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- "vsts/vss-extension.dev.json"
- name: Set Node.js 12.x
if: steps.filter.outputs.azure-dev == 'true'
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 12.x
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set Node.js 12.x
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
node-version: 12.x
- name: Install dependencies
Expand Down

0 comments on commit 5796958

Please sign in to comment.