Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #328 from Support-pl/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-4.0.0

fix(deps): bump actions/setup-node from 3.8.1 to 4.0.0
  • Loading branch information
slntopp authored Oct 24, 2023
2 parents 10dd71f + 83f4945 commit ae50f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4.0.0

- name: Dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.8.1
- uses: actions/setup-node@v4.0.0

- name: Dependencies
run: npm install
Expand Down

0 comments on commit ae50f4e

Please sign in to comment.