We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e7dda commit 66f207bCopy full SHA for 66f207b
.github/workflows/build.yml
@@ -78,9 +78,9 @@ jobs:
78
steps:
79
- uses: actions/checkout@v6
80
81
- - uses: docker/setup-buildx-action@v3
+ - uses: docker/setup-buildx-action@v4
82
83
- - uses: docker/login-action@v3
+ - uses: docker/login-action@v4
84
with:
85
registry: ghcr.io
86
username: ${{ github.actor }}
.github/workflows/mitmproxy.yml
@@ -20,9 +20,9 @@ jobs:
20
21
22
23
24
25
26
27
28
0 commit comments