File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
3333
3434 - name : Checkout
35- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
35+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3636 with :
3737 path : ${{ env.APP_NAME }}
3838
@@ -126,7 +126,7 @@ jobs:
126126 unzip latest-$NCVERSION.zip
127127
128128 - name : Checkout server master fallback
129- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
129+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
130130 if : ${{ steps.server-checkout.outcome != 'success' }}
131131 with :
132132 submodules : true
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout
44- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
44+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4545
4646 - name : Set up php
4747 uses : shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # v2
Original file line number Diff line number Diff line change @@ -41,14 +41,14 @@ jobs:
4141
4242 steps :
4343 - name : Checkout server
44- uses : actions/checkout@v2
44+ uses : actions/checkout@v5
4545 with :
4646 repository : nextcloud/server
4747 ref : ${{ matrix.server-versions }}
4848 submodules : true
4949
5050 - name : Checkout app
51- uses : actions/checkout@v2
51+ uses : actions/checkout@v5
5252 with :
5353 path : apps/${{ env.APP_NAME }}
5454
Original file line number Diff line number Diff line change 3838 name : Psalm check
3939 steps :
4040 - name : Checkout
41- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
41+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4242
4343 - name : Set up php
4444 uses : shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # v2
Original file line number Diff line number Diff line change 3030 tools : php-cs-fixer, phpunit
3131
3232 - name : Checkout code
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v5
3434
3535 - name : Get current tag
3636 id : tag
You can’t perform that action at this time.
0 commit comments