Merge pull request #90 from zdam-egzamin-zawodowy/renovate/docker-setup-buildx-action-2.x

chore(deps): update docker/setup-buildx-action action to v2
This commit is contained in:
Dawid Wysokiński 2022-05-11 17:46:59 +02:00 committed by GitHub
commit af63449e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2
- name: Cache Docker layers
uses: actions/cache@v3