Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #16 from crazy-max/master
Use actions major version in workflows
  • Loading branch information
CrazyMax authored and GitHub committed Nov 12, 2020
2 parents 440b8ee + 372ceaa commit 2ee4751
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 2ee4751

Please sign in to comment.