File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 validate :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v6
20+ - uses : actions/checkout@v7
2121
2222 - uses : actions/setup-node@v6
2323 with :
5555 permissions :
5656 contents : write
5757 steps :
58- - uses : actions/checkout@v6
58+ - uses : actions/checkout@v7
5959
6060 - uses : actions/setup-node@v6
6161 with :
Original file line number Diff line number Diff line change 2424 outputs :
2525 matrix : ${{ steps.find.outputs.matrix }}
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 # Default shallow checkout — we only need the working tree for `find`
2929 # below, not git history. The PR's changed files come from gh api.
3030 - id : find
8181 matrix :
8282 android_dir : ${{ fromJson(needs.find-projects.outputs.matrix) }}
8383 steps :
84- - uses : actions/checkout@v6
84+ - uses : actions/checkout@v7
8585
8686 - name : Set up JDK 17
8787 uses : actions/setup-java@v5
Original file line number Diff line number Diff line change 2424 outputs :
2525 matrix : ${{ steps.find.outputs.matrix }}
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 # Default shallow checkout — we only need the working tree for `find`
2929 # below, not git history. The PR's changed files come from gh api.
3030 - id : find
6565 matrix :
6666 project : ${{ fromJson(needs.find-projects.outputs.matrix) }}
6767 steps :
68- - uses : actions/checkout@v6
68+ - uses : actions/checkout@v7
6969 - uses : actions/setup-dotnet@v5
7070 with :
7171 dotnet-version : " 10.0.x"
Original file line number Diff line number Diff line change 2121 outputs :
2222 matrix : ${{ steps.find.outputs.matrix }}
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7
2525 - id : find
2626 env :
2727 EVENT_NAME : ${{ github.event_name }}
7979 matrix :
8080 project : ${{ fromJson(needs.find-projects.outputs.matrix) }}
8181 steps :
82- - uses : actions/checkout@v6
82+ - uses : actions/checkout@v7
8383
8484 - name : Detect project type
8585 id : type
Original file line number Diff line number Diff line change 2424 outputs :
2525 matrix : ${{ steps.find.outputs.matrix }}
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 # Default shallow checkout — we only need the working tree for `find`
2929 # below, not git history. The PR's changed files come from gh api.
3030 - id : find
6565 matrix :
6666 project : ${{ fromJson(needs.find-projects.outputs.matrix) }}
6767 steps :
68- - uses : actions/checkout@v6
68+ - uses : actions/checkout@v7
6969 - uses : actions/setup-java@v5
7070 with :
7171 distribution : " temurin"
Original file line number Diff line number Diff line change 2424 outputs :
2525 matrix : ${{ steps.find.outputs.matrix }}
2626 steps :
27- - uses : actions/checkout@v6
27+ - uses : actions/checkout@v7
2828 # Default shallow checkout — we only need the working tree for `find`
2929 # below, not git history. The PR's changed files come from gh api.
3030 - id : find
7171 matrix :
7272 project : ${{ fromJson(needs.find-projects.outputs.matrix) }}
7373 steps :
74- - uses : actions/checkout@v6
74+ - uses : actions/checkout@v7
7575 - uses : actions/setup-node@v6
7676 with :
7777 node-version : " 22"
You can’t perform that action at this time.
0 commit comments