File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2121 steps :
2222 - id : ' step-0'
2323 name : ' Check out'
24- uses : ' actions/checkout@v3 '
24+ uses : ' actions/checkout@v4 '
2525 - id : ' step-1'
2626 name : ' Execute script'
2727 run : ' rm '' .github/workflows/build.yaml'' && '' .github/workflows/build.main.kts'' '
3838 steps :
3939 - id : ' step-0'
4040 name : ' Checkout'
41- uses : ' actions/checkout@v3 '
41+ uses : ' actions/checkout@v4 '
4242 - id : ' step-1'
4343 run : ' echo "compat=$(jq -c . < .github/compatibility-test-matrix.json)" >> $GITHUB_OUTPUT'
4444 compatibility-test :
5757 steps :
5858 - id : ' step-0'
5959 name : ' Checkout'
60- uses : ' actions/checkout@v3 '
60+ uses : ' actions/checkout@v4 '
6161 - id : ' step-1'
6262 name : ' Set up JDK'
6363 uses : ' actions/setup-java@v3'
8585 steps :
8686 - id : ' step-0'
8787 name : ' Checkout'
88- uses : ' actions/checkout@v3 '
88+ uses : ' actions/checkout@v4 '
8989 - id : ' step-1'
9090 name : ' Set up JDK'
9191 uses : ' actions/setup-java@v3'
Original file line number Diff line number Diff line change 4646
4747 steps :
4848 - name : Checkout repository
49- uses : actions/checkout@v3
49+ uses : actions/checkout@v4
5050
5151 # Initializes the CodeQL tools for scanning.
5252 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1919 steps :
2020 - id : ' step-0'
2121 name : ' Check out'
22- uses : ' actions/checkout@v3 '
22+ uses : ' actions/checkout@v4 '
2323 - id : ' step-1'
2424 name : ' Execute script'
2525 run : ' rm '' .github/workflows/gradle-wrapper-validation.yaml'' && '' .github/workflows/gradle-wrapper-validation.main.kts'' '
3232 - ' check_yaml_consistency'
3333 steps :
3434 - id : ' step-0'
35- uses : ' actions/checkout@v3 '
35+ uses : ' actions/checkout@v4 '
3636 - id : ' step-1'
3737 name : ' Validate wrapper'
3838 uses : ' gradle/wrapper-validation-action@v1'
You can’t perform that action at this time.
0 commit comments