Explorar o código

chore(deps): update actions/checkout action to v3

renovate[bot] %!s(int64=2) %!d(string=hai) anos
pai
achega
112043ddd4
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      .github/workflows/prettier.yml
  2. 1 1
      .github/workflows/release.yml

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

@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Check out repo
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
       - uses: actions/cache@v3
         name: Configure npm caching
         with:

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

@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
         with:
           fetch-depth: 0
       - name: Setup Node.js