File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 environment : development
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121
2222 - name : Yarn install and Cache dependencies
2323 uses : graasp/graasp-deploy/.github/actions/yarn-install-and-cache@v1
Original file line number Diff line number Diff line change 2222 environment : production
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 with :
2727 ref : ${{ github.event.client_payload.tag }}
2828
Original file line number Diff line number Diff line change 2222 environment : staging
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 with :
2727 ref : ${{ github.event.client_payload.tag }}
2828
You can’t perform that action at this time.
0 commit comments