Przeglądaj źródła

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

renovate[bot] 2 lat temu
rodzic
commit
231089c3cb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/release.yml

+ 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