Skip to content

Commit e29ad39

Browse files
authored
Merge pull request #38 from snowdreamtech/gh-actions-update-1750274359
Update GitHub Action Versions
2 parents 98f96be + 8950cf8 commit e29ad39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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'"'
8282
name: Set up Docker Buildx
83-
uses: docker/[email protected].0
83+
uses: docker/[email protected].1
8484
with:
8585
buildkitd-config: .github/buildkitd.toml
8686
driver-opts: |

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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'"'
8282
name: Set up Docker Buildx
83-
uses: docker/[email protected].0
83+
uses: docker/[email protected].1
8484
with:
8585
buildkitd-config: .github/buildkitd.toml
8686
driver-opts: |

0 commit comments

Comments
 (0)