Ver Fonte

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

Jonas Gloning há 2 anos atrás
pai
commit
3fa93d1764
1 ficheiros alterados com 1 adições e 1 exclusões
  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