Skip to content

Commit 0c9f392

Browse files
committed
chore: actions: lint
1 parent 4410cd2 commit 0c9f392

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
VERSION=$(grep '"version":' package.json -m1 | cut -d\" -f4)
3333
echo "version=$VERSION" >> $GITHUB_OUTPUT
3434
- name: Set up QEMU
35-
uses: docker/setup-qemu-action@v3
35+
uses: docker/setup-qemu-action@v4
3636
- name: Set up Docker Buildx
37-
uses: docker/setup-buildx-action@v3
37+
uses: docker/setup-buildx-action@v4
3838
- name: Login to DockerHub
39-
uses: docker/login-action@v3
39+
uses: docker/login-action@v4
4040
with:
4141
username: ${{ secrets.DOCKER_USERNAME }}
4242
password: ${{ secrets.DOCKER_TOKEN }}
4343
- name: Login to GitHub Container Registry
44-
uses: docker/login-action@v3
44+
uses: docker/login-action@v4
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}

0 commit comments

Comments
 (0)