Skip to content

Commit 44eb50d

Browse files
ci(deps): bump docker/login-action from 4.0.0 to 4.1.0 in the all group (#91)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 115f598 commit 44eb50d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-recipes.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge
6262
6363
- name: Login to GitHub Container Registry
64-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
64+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
6565
with:
6666
registry: ghcr.io
6767
username: ${{ github.actor }}
@@ -87,7 +87,7 @@ jobs:
8787
run: python ./.github/scripts/get_release_version.py
8888

8989
- name: Login to GitHub Container Registry
90-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
90+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
9191
with:
9292
registry: ghcr.io
9393
username: ${{ github.actor }}
@@ -129,7 +129,7 @@ jobs:
129129
wget -q "${{ env.RAD_CLI_URL }}" -O - | /bin/bash -s edge
130130
131131
- name: Login to GitHub Container Registry
132-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
132+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
133133
with:
134134
registry: ghcr.io
135135
username: ${{ github.actor }}

0 commit comments

Comments
 (0)