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 2323
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v3
26+ uses : actions/checkout@v4
2727
2828 - name : Log in to GitHub Container Registry
2929 run : echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
7676
7777 steps :
7878 - name : Checkout code
79- uses : actions/checkout@v3
79+ uses : actions/checkout@v4
8080
8181 - name : Log in to GitHub Container Registry
8282 run : echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
@@ -129,7 +129,7 @@ jobs:
129129
130130 steps :
131131 - name : Checkout code
132- uses : actions/checkout@v3
132+ uses : actions/checkout@v4
133133
134134 - name : Log in to GitHub Container Registry
135135 run : echo "${{ env.GHCR_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
You can’t perform that action at this time.
0 commit comments