0
0
mirror of https://github.com/neon-mmd/websurfx.git synced 2024-11-22 05:58:21 -05: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 # Install buildx
- name: Set up Docker Buildx - name: Set up Docker Buildx
id: buildx id: buildx
uses: docker/setup-buildx-action@v2 uses: docker/setup-buildx-action@v3
# Set buildx cache # Set buildx cache
- name: Cache register - name: Cache register
uses: actions/cache@v3 uses: actions/cache@v3