File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414
1515 steps :
1616 - name : Git checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020
2424 node-version : 24.x
2525
2626 - name : Start MongoDB
27- uses : supercharge/mongodb-github-action@1.12.0
27+ uses : supercharge/mongodb-github-action@1.12.1
2828 with :
2929 mongodb-version : 8.0
3030
@@ -91,12 +91,12 @@ jobs:
9191
9292 steps :
9393 - name : Checkout
94- uses : actions/checkout@v5
94+ uses : actions/checkout@v6
9595 with :
9696 ref : ' master'
9797
9898 - name : Checkout Kustomize
99- uses : actions/checkout@v5
99+ uses : actions/checkout@v6
100100 with :
101101 token : ${{ secrets.ARGOCD_PAT }}
102102 repository : switcherapi/switcher-deployment
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Git checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121 ref : ${{ github.event.inputs.tag }}
2626 node-version : 24.x
2727
2828 - name : Start MongoDB
29- uses : supercharge/mongodb-github-action@1.12.0
29+ uses : supercharge/mongodb-github-action@1.12.1
3030 with :
3131 mongodb-version : 8.0
3232
5757
5858 steps :
5959 - name : Checkout code
60- uses : actions/checkout@v5
60+ uses : actions/checkout@v6
6161 with :
6262 fetch-depth : 0
6363 ref : ${{ github.event.inputs.tag }}
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Git checkout
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
2121 node-version : 24.x
2222
2323 - name : Start MongoDB
24- uses : supercharge/mongodb-github-action@1.12.0
24+ uses : supercharge/mongodb-github-action@1.12.1
2525 with :
2626 mongodb-version : 8.0
2727
5252
5353 steps :
5454 - name : Checkout code
55- uses : actions/checkout@v5
55+ uses : actions/checkout@v6
5656
5757 - name : Docker meta
5858 id : meta
Original file line number Diff line number Diff line change 2828 core.setOutput('base_ref', pr.data.base.ref);
2929 core.setOutput('head_sha', pr.data.head.sha);
3030
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 with :
3333 ref : ${{ steps.pr.outputs.head_sha }}
3434 fetch-depth : 0
4242 run : npm ci
4343
4444 - name : Start MongoDB
45- uses : supercharge/mongodb-github-action@1.12.0
45+ uses : supercharge/mongodb-github-action@1.12.1
4646 with :
4747 mongodb-version : 8.0
4848
You can’t perform that action at this time.
0 commit comments