mirror of
https://github.com/docker/login-action.git
synced 2025-04-21 18:36:47 +00:00
Use major version of actions
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
parent
9cbd4f95c4
commit
a3de3de177
3 changed files with 12 additions and 12 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.2
|
||||
uses: actions/checkout@v2
|
||||
-
|
||||
name: Run Labeler
|
||||
uses: crazy-max/ghaction-github-labeler@v3.0.0
|
||||
uses: crazy-max/ghaction-github-labeler@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue