Browse Source

Merge pull request #1673 from PrivateBin/dependabot/github_actions/actions/setup-node-5

Bump actions/setup-node from 4 to 5
El RIDO 11 months ago
parent
commit
18dcfb45a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/eslint.yml

+ 1 - 1
.github/workflows/eslint.yml

@@ -22,7 +22,7 @@ jobs:
         uses: actions/checkout@v4
         uses: actions/checkout@v4
 
 
       - name: Set up Node.js
       - name: Set up Node.js
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v5
         with:
         with:
           node-version: '20'
           node-version: '20'