mirror of
https://github.com/docker/metadata-action.git
synced 2026-01-20 21:08:56 +08:00
Use major version of actions
This commit is contained in:
parent
dd2e615c98
commit
009f84cd69
3 changed files with 9 additions and 9 deletions
4
.github/workflows/labels.yml
vendored
4
.github/workflows/labels.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2.3.3
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Run Labeler
|
||||
uses: crazy-max/ghaction-github-labeler@v3.1.0
|
||||
uses: crazy-max/ghaction-github-labeler@v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue