Skip to content

Commit a759343

Browse files
chore(deps): update github-actions deps to v4
1 parent a3277e6 commit a759343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
run: echo "WEB_WORKER_VERSION=$(python setup.py --version)" >> $GITHUB_ENV
5858

5959
- name: Set up QEMU
60-
uses: docker/setup-qemu-action@v3
60+
uses: docker/setup-qemu-action@v4
6161

6262
- name: Set up Docker Buildx
63-
uses: docker/setup-buildx-action@v3
63+
uses: docker/setup-buildx-action@v4
6464

6565
- name: Convert repository to lower case
6666
id: repository_name_conversion
@@ -69,7 +69,7 @@ jobs:
6969
string: ${{ github.repository }}
7070

7171
- name: Login to GitHub Container Registry
72-
uses: docker/login-action@v3
72+
uses: docker/login-action@v4
7373
with:
7474
registry: ghcr.io
7575
username: ${{ github.actor }}

0 commit comments

Comments
 (0)