Skip to content

Commit fadae6e

Browse files
Merge pull request #1054 from nextcloud/dependabot/github_actions/dot-github/workflows/stable33/actions/checkout-7.0.0
ci(deps): Bump actions/checkout from 6.0.3 to 7.0.0 in /.github/workflows
2 parents 54d38f7 + 83992a5 commit fadae6e

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/phpunit-mariadb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,15 +108,15 @@ jobs:
108108
path: apps/${{ env.APP_NAME }}
109109

110110
- name: Checkout app (richdocuments)
111-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
111+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
112112
with:
113113
persist-credentials: false
114114
path: apps/richdocuments
115115
repository: nextcloud/richdocuments
116116
ref: ${{ matrix.richdocuments-versions }}
117117

118118
- name: Checkout app (groupfolders)
119-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
119+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
120120
with:
121121
persist-credentials: false
122122
path: apps/groupfolders

.github/workflows/phpunit-mysql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,15 @@ jobs:
104104
path: apps/${{ env.APP_NAME }}
105105

106106
- name: Checkout app (richdocuments)
107-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
107+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
108108
with:
109109
persist-credentials: false
110110
path: apps/richdocuments
111111
repository: nextcloud/richdocuments
112112
ref: ${{ matrix.richdocuments-versions }}
113113

114114
- name: Checkout app (groupfolders)
115-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
115+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
116116
with:
117117
persist-credentials: false
118118
path: apps/groupfolders

.github/workflows/phpunit-oci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,15 @@ jobs:
118118
path: apps/${{ env.APP_NAME }}
119119

120120
- name: Checkout app (richdocuments)
121-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
121+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
122122
with:
123123
persist-credentials: false
124124
path: apps/richdocuments
125125
repository: nextcloud/richdocuments
126126
ref: ${{ matrix.richdocuments-versions }}
127127

128128
- name: Checkout app (groupfolders)
129-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
129+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
130130
with:
131131
persist-credentials: false
132132
path: apps/groupfolders

.github/workflows/phpunit-pgsql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ jobs:
109109
path: apps/${{ env.APP_NAME }}
110110

111111
- name: Checkout app (richdocuments)
112-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
112+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
113113
with:
114114
persist-credentials: false
115115
path: apps/richdocuments
116116
repository: nextcloud/richdocuments
117117
ref: ${{ matrix.richdocuments-versions }}
118118

119119
- name: Checkout app (groupfolders)
120-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
120+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
121121
with:
122122
persist-credentials: false
123123
path: apps/groupfolders

.github/workflows/phpunit-sqlite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,15 +98,15 @@ jobs:
9898
path: apps/${{ env.APP_NAME }}
9999

100100
- name: Checkout app (richdocuments)
101-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
101+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
102102
with:
103103
persist-credentials: false
104104
path: apps/richdocuments
105105
repository: nextcloud/richdocuments
106106
ref: ${{ matrix.richdocuments-versions }}
107107

108108
- name: Checkout app (groupfolders)
109-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
109+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
110110
with:
111111
persist-credentials: false
112112
path: apps/groupfolders

0 commit comments

Comments
 (0)