File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 if : ${{ github.event_name == 'pull_request' }}
1919 steps :
2020 - name : Git Checkout
21- uses : actions/checkout@v3.3.0
21+ uses : actions/checkout@v4.2.2
2222 with :
2323 fetch-depth : ' 0'
2424 - name : Setup Scala
3939 if : ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
4040 steps :
4141 - name : Git Checkout
42- uses : actions/checkout@v3.3.0
42+ uses : actions/checkout@v4.2.2
4343 with :
4444 fetch-depth : ' 0'
4545 - name : Setup Scala
6363 if : ${{ (github.event_name == 'push') || ((github.event_name == 'release') && (github.event.action == 'published')) }}
6464 steps :
6565 - name : Git Checkout
66- uses : actions/checkout@v3.3.0
66+ uses : actions/checkout@v4.2.2
6767 with :
6868 ref : ${{ github.head_ref }}
6969 fetch-depth : ' 0'
You can’t perform that action at this time.
0 commit comments