瀏覽代碼

build(deps): bump docker/login-action from 3 to 4 (#258)

Bumps [docker/login-action](https://github.com/docker/login-action) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 天之前
父節點
當前提交
94509ab522
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/container-image.yml

+ 1 - 1
.github/workflows/container-image.yml

@@ -27,7 +27,7 @@ jobs:
           type=sha,format=long
           type=raw,value=latest,enable=false
     - uses: docker/setup-qemu-action@v4.0.0
-    - uses: docker/login-action@v3
+    - uses: docker/login-action@v4
       with:
         registry: ghcr.io
         username: ${{ github.actor }}