File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3636 STACK_TAG : ${{ inputs.stackTag }}
3737 steps :
3838 - name : Checkout code
39- uses : actions/checkout@v3
39+ uses : actions/checkout@v4
4040 - name : Login to GitHub Container Registry
41- uses : docker/login-action@v2
41+ uses : docker/login-action@v3
4242 with :
4343 registry : ghcr.io
4444 username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -51,11 +51,11 @@ jobs:
5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Checkout code
54- uses : actions/checkout@v3
54+ uses : actions/checkout@v4
5555 - name : Fix permissions
5656 run : chmod -R a+rwX $GITHUB_WORKSPACE
5757 - name : Login to GitHub Container Registry
58- uses : docker/login-action@v2
58+ uses : docker/login-action@v3
5959 with :
6060 registry : ghcr.io
6161 username : ${{ github.actor }}
8787 BASE_TAG : ${{ matrix.baseTag }}
8888 steps :
8989 - name : Checkout code
90- uses : actions/checkout@v3
90+ uses : actions/checkout@v4
9191 - name : Login to GitHub Container Registry
92- uses : docker/login-action@v2
92+ uses : docker/login-action@v3
9393 with :
9494 registry : ghcr.io
9595 username : ${{ github.actor }}
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
3535 || startsWith(github.head_ref, 'tickets/')
3636
3737 steps :
38- - uses : actions/checkout@v3
38+ - uses : actions/checkout@v4
3939
4040 - name : Fix permissions
4141 run : chmod -R a+rwX $GITHUB_WORKSPACE
4242
4343 - name : Login to GitHub Container Registry
44- uses : docker/login-action@v2
44+ uses : docker/login-action@v3
4545 with :
4646 registry : ghcr.io
4747 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments