Skip to content

Commit 1f82b01

Browse files
Merge pull request #841 from nextcloud/backport/838/stable32
[stable32] ci(actions): Also bump integration.yml
2 parents 9335cdb + fc57227 commit 1f82b01

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,29 +58,29 @@ jobs:
5858

5959
steps:
6060
- name: Checkout server
61-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
61+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
6262
with:
6363
persist-credentials: false
6464
submodules: recursive
6565
repository: nextcloud/server
6666
ref: ${{ matrix.server-versions }}
6767

6868
- name: Checkout app
69-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
69+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7070
with:
7171
persist-credentials: false
7272
path: apps/${{ env.APP_NAME }}
7373

7474
- name: Checkout app (richdocuments)
75-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
75+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
7676
with:
7777
persist-credentials: false
7878
path: apps/richdocuments
7979
repository: nextcloud/richdocuments
8080
ref: ${{ matrix.richdocuments-versions }}
8181

8282
- name: Set up php ${{ matrix.php-versions }}
83-
uses: shivammathur/setup-php@c541c155eee45413f5b09a52248675b1a2575231 # v2.31.1
83+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
8484
with:
8585
php-version: ${{ matrix.php-versions }}
8686
# https://docs.nextcloud.com/server/stable/admin_manual/installation/source_installation.html#prerequisites-for-manual-installation

0 commit comments

Comments
 (0)