this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(github-action)!: Update docker/login-action action ( v3.7.0 → v4.0.0 ) (#2412)

| datasource | package | from | to |
| ----------- | ------------------- | ------ | ------ |
| github-tags | docker/login-action | v3.7.0 | v4.0.0 |

Co-authored-by: samip5-bot[bot] <118629685+samip5-bot[bot]@users.noreply.github.com>

authored by

samip5-bot[bot]
samip5-bot[bot]
and committed by
GitHub
376f3ecb faa062a0

+2 -2
+2 -2
.github/workflows/publish-schemas.yaml
··· 28 28 python-version: 3.x 29 29 30 30 - name: Login to GitHub Container Registry 31 - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 31 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 32 32 with: 33 33 registry: ghcr.io 34 34 username: "${{ github.actor }}" ··· 89 89 uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 90 90 91 91 - name: Login to GitHub Container Registry 92 - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 92 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 93 93 with: 94 94 registry: ghcr.io 95 95 username: "${{ github.actor }}"