File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 35
35
echo "APP_VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
36
36
37
37
- name : Checkout
38
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5 .2
38
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
39
39
with :
40
40
path : ${{ env.APP_NAME }}
41
41
@@ -129,7 +129,7 @@ jobs:
129
129
unzip latest-$NCVERSION.zip
130
130
131
131
- name : Checkout server master fallback
132
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5 .2
132
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
133
133
if : ${{ steps.server-checkout.outcome != 'success' }}
134
134
with :
135
135
submodules : true
Original file line number Diff line number Diff line change 56
56
57
57
steps :
58
58
- name : Checkout
59
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
59
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
60
60
61
61
- name : Read package.json node and npm engines version
62
62
uses : skjnldsv/read-package-engines-version-actions@8205673bab74a63eb9b8093402fd9e0e018663a1 # v2.2
Original file line number Diff line number Diff line change 44
44
45
45
steps :
46
46
- name : Checkout
47
- uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5 .2
47
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2 .2
48
48
49
49
- name : Set up php
50
50
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
31
31
- name : Get php version
32
32
id : php_versions
Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
43
43
44
44
steps :
45
45
- name : Checkout server
46
- uses : actions/checkout@v2
46
+ uses : actions/checkout@v4
47
47
with :
48
48
repository : nextcloud/server
49
49
ref : ${{ matrix.server-versions }}
50
50
submodules : true
51
51
52
52
- name : Checkout app
53
- uses : actions/checkout@v2
53
+ uses : actions/checkout@v4
54
54
with :
55
55
path : apps/${{ env.APP_NAME }}
56
56
You can’t perform that action at this time.
0 commit comments