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

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

authored by

samip5-bot[bot] and committed by
GitHub
41083cd9 d38bc55c

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