Skip to content

Commit

Permalink
Merge pull request #1728 from opendatahub-io/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/main/actions/setup-node-3.8.1

Bump actions/setup-node from 3.7.0 to 3.8.1
  • Loading branch information
openshift-merge-robot authored Sep 1, 2023
2 parents 599610d + 1d5b731 commit 509db0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}
- name: Node.js modules cache, repository
Expand Down

0 comments on commit 509db0c

Please sign in to comment.