Skip to content

Commit

Permalink
Merge pull request #467 from ossf/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-4.2.0

chore(deps): bump actions/setup-node from 4.0.3 to 4.2.0
  • Loading branch information
KoolTheba authored Feb 5, 2025
2 parents 10fe77e + 4bbd510 commit c7ed143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: installing node@18
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20.9.0
- name: installing dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: installing node@18
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
with:
node-version: 20.9.0
- name: installing dependencies
Expand Down

0 comments on commit c7ed143

Please sign in to comment.