Sfoglia il codice sorgente

Merge pull request #1016 from peers/renovate/actions-checkout-3.x

chore(deps): update actions/checkout action to v3
Jonas Gloning 2 anni fa
parent
commit
27c29ef902
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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