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 2222 pull-requests : write
2323
2424 steps :
25- - uses : actions/checkout@v5.0.0
25+ - uses : actions/checkout@v5.0.1
2626
2727 - name : ' Print manual run reason'
2828 if : ${{ github.event_name == 'workflow_dispatch' }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # @v2
17+ - uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # @v2
1818 - name : Use Node.js
1919 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # @v1
2020 with :
Original file line number Diff line number Diff line change 2323 build-mono :
2424 runs-on : macos-latest
2525 steps :
26- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # @v2
26+ - uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # @v2
2727 - name : Setup .NET SDK 6
2828 if : ${{ env.DOTNET_DO_INSTALL == 'true' }}
2929 run : |
Original file line number Diff line number Diff line change 3232 # Steps represent a sequence of tasks that will be executed as part of the job
3333 steps :
3434 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
35- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # @v4.2.2
35+ - uses : actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # @v4.2.2
3636
3737 # Get the latest preview SDK (or sdk not installed by the runner)
3838 - name : Setup .NET SDK
You can’t perform that action at this time.
0 commit comments