Skip to content

Commit 36d5194

Browse files
Update GitHub Action Versions
1 parent 44acbed commit 36d5194

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/alpine-frpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- # Add support for more platforms with QEMU (optional)
7676
# https://github.com/docker/setup-qemu-action
7777
name: Set up QEMU
78-
uses: docker/setup-qemu-action@v3.2.0
78+
uses: docker/setup-qemu-action@v3.3.0
7979
- # https://github.com/docker/setup-buildx-action/issues/57#issuecomment-1059657292
8080
# https://github.com/docker/buildx/issues/136#issuecomment-550205439
8181
# docker buildx create --driver-opt env.http_proxy=$http_proxy --driver-opt env.https_proxy=$https_proxy --driver-opt '"env.no_proxy='$no_proxy'"'
@@ -144,7 +144,7 @@ jobs:
144144
env:
145145
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
146146
- name: Build and push
147-
uses: docker/build-push-action@v6.10.0
147+
uses: docker/build-push-action@v6.11.0
148148
with:
149149
context: alpine/frpc
150150
build-args: |

.github/workflows/alpine-frps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- # Add support for more platforms with QEMU (optional)
7676
# https://github.com/docker/setup-qemu-action
7777
name: Set up QEMU
78-
uses: docker/setup-qemu-action@v3.2.0
78+
uses: docker/setup-qemu-action@v3.3.0
7979
- # https://github.com/docker/setup-buildx-action/issues/57#issuecomment-1059657292
8080
# https://github.com/docker/buildx/issues/136#issuecomment-550205439
8181
# docker buildx create --driver-opt env.http_proxy=$http_proxy --driver-opt env.https_proxy=$https_proxy --driver-opt '"env.no_proxy='$no_proxy'"'
@@ -144,7 +144,7 @@ jobs:
144144
env:
145145
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
146146
- name: Build and push
147-
uses: docker/build-push-action@v6.10.0
147+
uses: docker/build-push-action@v6.11.0
148148
with:
149149
context: alpine/frps
150150
build-args: |

.github/workflows/debian-frpc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- # Add support for more platforms with QEMU (optional)
7676
# https://github.com/docker/setup-qemu-action
7777
name: Set up QEMU
78-
uses: docker/setup-qemu-action@v3.2.0
78+
uses: docker/setup-qemu-action@v3.3.0
7979
- # https://github.com/docker/setup-buildx-action/issues/57#issuecomment-1059657292
8080
# https://github.com/docker/buildx/issues/136#issuecomment-550205439
8181
# docker buildx create --driver-opt env.http_proxy=$http_proxy --driver-opt env.https_proxy=$https_proxy --driver-opt '"env.no_proxy='$no_proxy'"'
@@ -136,7 +136,7 @@ jobs:
136136
env:
137137
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
138138
- name: Build and push
139-
uses: docker/build-push-action@v6.10.0
139+
uses: docker/build-push-action@v6.11.0
140140
with:
141141
context: debian/frpc
142142
build-args: |

.github/workflows/debian-frps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- # Add support for more platforms with QEMU (optional)
7676
# https://github.com/docker/setup-qemu-action
7777
name: Set up QEMU
78-
uses: docker/setup-qemu-action@v3.2.0
78+
uses: docker/setup-qemu-action@v3.3.0
7979
- # https://github.com/docker/setup-buildx-action/issues/57#issuecomment-1059657292
8080
# https://github.com/docker/buildx/issues/136#issuecomment-550205439
8181
# docker buildx create --driver-opt env.http_proxy=$http_proxy --driver-opt env.https_proxy=$https_proxy --driver-opt '"env.no_proxy='$no_proxy'"'
@@ -136,7 +136,7 @@ jobs:
136136
env:
137137
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
138138
- name: Build and push
139-
uses: docker/build-push-action@v6.10.0
139+
uses: docker/build-push-action@v6.11.0
140140
with:
141141
context: debian/frps
142142
build-args: |

0 commit comments

Comments
 (0)