Skip to content

Commit

Permalink
Merge pull request #516 from PHPCSStandards/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-node-4

GH Actions: Bump actions/setup-node from 3 to 4
  • Loading branch information
jrfnl authored Nov 12, 2023
2 parents 1d47db9 + fcc88e5 commit 5ee6178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/basics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# This action also handles the caching of the dependencies.
# https://github.com/actions/setup-node
- name: Set up node and enable caching of dependencies
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'

Expand All @@ -145,7 +145,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up node and enable caching of dependencies
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'

Expand Down

0 comments on commit 5ee6178

Please sign in to comment.