File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 -DUSERVER_FORCE_DOWNLOAD_GRPC=1
4747
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 with :
5151 fetch-depth : 0
5252
Original file line number Diff line number Diff line change 5656 brew install python@3.11
5757
5858 - name : Checkout
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060
6161 - name : Change permissions
6262 if : matrix.container == 'ubuntu:22.04'
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 runs-on : ${{matrix.os}}
105105
106106 steps :
107- - uses : actions/checkout@v4
107+ - uses : actions/checkout@v5
108108
109109 - name : Restore cached directories
110110 id : restore-cache
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : Initialize CodeQL
3131 uses : github/codeql-action/init@v3
Original file line number Diff line number Diff line change 8888 runs-on : ubuntu-latest
8989 name : ' ${{ matrix.info }}'
9090 steps :
91- - uses : actions/checkout@v4
91+ - uses : actions/checkout@v5
9292
9393 - name : Install packages
9494 run : |
Original file line number Diff line number Diff line change 5353 -DUSERVER_FEATURE_STACKTRACE=OFF
5454
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 with :
5858 fetch-depth : 0
5959
Original file line number Diff line number Diff line change 3838 -DUSERVER_FORCE_DOWNLOAD_GRPC=1
3939
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242
4343 - name : Restore cached directories
4444 id : restore-cache
Original file line number Diff line number Diff line change 1717 env :
1818 USERVER_IMAGE_TAG : ${{ github.event.release.tag_name || 'latest' }}
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Login to GitHub Container Registry
2222 uses : docker/login-action@v3
2323 with :
Original file line number Diff line number Diff line change 1717 env :
1818 USERVER_IMAGE_TAG : ${{ github.event.release.tag_name || 'latest' }}
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Login to GitHub Container Registry
2222 uses : docker/login-action@v3
2323 with :
Original file line number Diff line number Diff line change 1717 env :
1818 USERVER_IMAGE_TAG : ${{ github.event.release.tag_name || 'latest' }}
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Login to GitHub Container Registry
2222 uses : docker/login-action@v3
2323 with :
You can’t perform that action at this time.
0 commit comments