File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 1
2323
4040 id-token : write
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 with :
4545 fetch-depth : 1
4646
Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ jobs:
1313
1414 steps :
1515 - name : Checkout port-docs (automation tools)
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717 with :
1818 path : port-docs
1919
2020 - name : Checkout ocean-test (YAML configs source)
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 with :
2323 repository : ${{ github.repository_owner }}/ocean-test
2424 token : ${{ secrets.MAPPING_PAT }}
2525 path : ocean-test
2626 ref : main
2727
2828 - name : Checkout Port-monorepo (TypeScript source)
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 repository : ${{ github.repository_owner }}/Port-monorepo
3232 token : ${{ secrets.MAPPING_PAT }}
Original file line number Diff line number Diff line change 1616 steps :
1717 # Step 1: Checkout the repository
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0 # Fetch all history for accurate diff
2222
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 name : Test successful production build
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 persist-credentials : true
2424 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments