File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v2
11+ uses : actions/checkout@v4
1212 - name : Run tests
1313 run : |
1414 npm ci
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v4
3434 with :
3535 # We must fetch at least the immediate parents so that if this is
3636 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 1313 contents : write
1414 steps :
1515 - name : Init a git repo
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717 - name : Checkout PR
1818 env :
1919 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -43,5 +43,5 @@ outputs:
4343 codedeploy-deployment-id :
4444 description : ' The deployment ID of the CodeDeploy deployment (if the ECS service uses the CODE_DEPLOY deployment controller'
4545runs :
46- using : ' node16 '
46+ using : ' node20 '
4747 main : ' dist/index.js'
You can’t perform that action at this time.
0 commit comments