0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-10-18 06:22:53 -04:00

build(deps): bump docker/setup-buildx-action from 2 to 3 (#411)

This commit is contained in:
dependabot[bot] 2023-12-02 04:13:21 +00:00 committed by GitHub
parent 1cd336c7dc
commit 6b71e71df8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ jobs:
# Install buildx
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
# Set buildx cache
- name: Cache register
uses: actions/cache@v3