Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Use actions major version in workflows
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
  • Loading branch information
CrazyMax committed Nov 12, 2020
1 parent 440b8ee commit 372ceaa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2
-
name: Set up QEMU
id: qemu
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/labels.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2
-
name: Run Labeler
uses: crazy-max/ghaction-github-labeler@v3.1.0
uses: crazy-max/ghaction-github-labeler@v3

0 comments on commit 372ceaa

Please sign in to comment.