1
0
Fork 0
mirror of https://github.com/docker/setup-buildx-action.git synced 2025-04-25 09:26:37 +02:00

Use major version of actions

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2020-11-18 18:13:18 +01:00
parent 43c79af50b
commit 3e60c35816
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 13 additions and 13 deletions

View file

@ -17,7 +17,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2
-
name: Validate
run: docker buildx bake validate
@ -30,7 +30,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v2
-
name: Install
run: yarn install
@ -39,7 +39,7 @@ jobs:
run: yarn run test
-
name: Upload coverage
uses: codecov/codecov-action@v1.0.14
uses: codecov/codecov-action@v1
if: success()
with:
token: ${{ secrets.CODECOV_TOKEN }}