Skip to content

Commit 9e73db4

Browse files
chore(deps): bump the actions group with 2 updates (#1904)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10ed7e0 commit 9e73db4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v6
1717
- name: Azure login
18-
uses: azure/login@v2
18+
uses: azure/login@v3
1919
with:
2020
client-id: ${{ secrets.AZURE_DOCKER_CLIENT_ID }}
2121
tenant-id: ${{ secrets.AZURE_DOCKER_TENANT_ID }}
2222
subscription-id: ${{ secrets.AZURE_DOCKER_SUBSCRIPTION_ID }}
2323
- name: Login to ACR via OIDC
2424
run: az acr login --name playwright
2525
- name: Set up Docker QEMU for arm64 docker builds
26-
uses: docker/setup-qemu-action@v3
26+
uses: docker/setup-qemu-action@v4
2727
with:
2828
platforms: arm64
2929
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)