Skip to content

Commit 2ee4751

Browse files
authored
Merge pull request #16 from crazy-max/master
Use actions major version in workflows
2 parents 440b8ee + 372ceaa commit 2ee4751

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
-
3131
name: Checkout
32-
uses: actions/checkout@v2.3.4
32+
uses: actions/checkout@v2
3333
-
3434
name: Set up QEMU
3535
id: qemu

.github/workflows/labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
-
1616
name: Checkout
17-
uses: actions/checkout@v2.3.4
17+
uses: actions/checkout@v2
1818
-
1919
name: Run Labeler
20-
uses: crazy-max/ghaction-github-labeler@v3.1.0
20+
uses: crazy-max/ghaction-github-labeler@v3

0 commit comments

Comments
 (0)