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.5.0 → v3.6.0 )

| datasource | package | from | to |
| ----------- | ------------------- | ------ | ------ |
| github-tags | docker/login-action | v3.5.0 | v3.6.0 |

authored by

samip5-bot[bot] and committed by
GitHub
814733c6 1e2d6c0e

+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@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 31 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 32 32 with: 33 33 registry: ghcr.io 34 34 username: "${{ github.actor }}" ··· 89 89 uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 90 90 91 91 - name: Login to GitHub Container Registry 92 - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0 92 + uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0 93 93 with: 94 94 registry: ghcr.io 95 95 username: "${{ github.actor }}"