chore: Use major version of actions

This commit is contained in:
CrazyMax
2020-11-06 21:26:05 +01:00
parent d0f90f55ae
commit 9c48726d5e
3 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -28,7 +28,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2
with:
fetch-depth: 0
-
@@ -60,7 +60,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2
with:
fetch-depth: 0
-
@@ -92,7 +92,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2
with:
fetch-depth: 0
-