Explorar el Código

build(deps): bump actions/stale from 7 to 8 (#1453)

dependabot[bot] hace 2 años
padre
commit
cd3b6e425a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/stale.yml

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

@@ -11,7 +11,7 @@ jobs:
   stale:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/stale@v7
+      - uses: actions/stale@v8
         with:
           days-before-stale: 180
           days-before-close: 30