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.0.0 → v3.1.0 )

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

authored by

samip5-bot[bot] and committed by
GitHub
a5b2b98e f537a01a

+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@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 31 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 32 32 with: 33 33 registry: ghcr.io 34 34 username: "${{ github.actor }}" ··· 89 89 uses: docker/setup-buildx-action@0d103c3126aa41d772a8362f6aa67afac040f80c # v3.1.0 90 90 91 91 - name: Login to GitHub Container Registry 92 - uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0 92 + uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0 93 93 with: 94 94 registry: ghcr.io 95 95 username: "${{ github.actor }}"