Skip to content

Commit 66f207b

Browse files
chore(deps): update tool-updates to v4
1 parent d9e7dda commit 66f207b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
steps:
7979
- uses: actions/checkout@v6
8080

81-
- uses: docker/setup-buildx-action@v3
81+
- uses: docker/setup-buildx-action@v4
8282

83-
- uses: docker/login-action@v3
83+
- uses: docker/login-action@v4
8484
with:
8585
registry: ghcr.io
8686
username: ${{ github.actor }}

.github/workflows/mitmproxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v6
2222

23-
- uses: docker/setup-buildx-action@v3
23+
- uses: docker/setup-buildx-action@v4
2424

25-
- uses: docker/login-action@v3
25+
- uses: docker/login-action@v4
2626
with:
2727
registry: ghcr.io
2828
username: ${{ github.actor }}

0 commit comments

Comments
 (0)