Skip to content

Commit 787ed53

Browse files
Merge pull request #927 from nextcloud/dependabot/github_actions/dot-github/workflows/stable33/actions/checkout-6.0.2
ci(deps): Bump actions/checkout from 6.0.1 to 6.0.2 in /.github/workflows
2 parents 6938800 + 9849fdd commit 787ed53

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
@@ -59,29 +59,29 @@ jobs:
5959

6060
steps:
6161
- name: Checkout server
62-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
62+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6363
with:
6464
persist-credentials: false
6565
submodules: recursive
6666
repository: nextcloud/server
6767
ref: ${{ matrix.server-versions }}
6868

6969
- name: Checkout app
70-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
70+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7171
with:
7272
persist-credentials: false
7373
path: apps/${{ env.APP_NAME }}
7474

7575
- name: Checkout app (richdocuments)
76-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
76+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7777
with:
7878
persist-credentials: false
7979
path: apps/richdocuments
8080
repository: nextcloud/richdocuments
8181
ref: ${{ matrix.richdocuments-versions }}
8282

8383
- name: Checkout app (groupfolders)
84-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
84+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8585
with:
8686
persist-credentials: false
8787
path: apps/groupfolders

0 commit comments

Comments
 (0)