Skip to content

Commit

Permalink
Merge pull request #675 from linuxserver/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4.0.1

Bump actions/setup-node from 3.6.0 to 4.0.1
  • Loading branch information
mvdkleijn committed Jan 25, 2024
2 parents 37525d1 + f6ba7d7 commit 67f193e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup node env
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ matrix.node }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup node env
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v4.0.1
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit 67f193e

Please sign in to comment.