File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments