Use major version of actions

This commit is contained in:
CrazyMax
2020-11-06 18:36:39 +01:00
parent 153d6400d3
commit fa4f67ef61
5 changed files with 10 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2
with:
fetch-depth: 2
-