Explorar el Código

Merge pull request #1674 from PrivateBin/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
El RIDO hace 9 meses
padre
commit
eee5522f6c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/eslint.yml

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

@@ -19,7 +19,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout repository
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
 
       - name: Set up Node.js
         uses: actions/setup-node@v5