Skip to content

Commit 58d7e39

Browse files
committed
chore: update workflows from templates
Signed-off-by: Max <max@nextcloud.com>
1 parent 7e97105 commit 58d7e39

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cypress.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: npm i -g 'npm@${{ needs.init.outputs.npmVersion }}'
111111

112112
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
113-
uses: cypress-io/github-action@df7484c5ba85def7eef30db301afa688187bc378 # v6.7.2
113+
uses: cypress-io/github-action@496e7dc0edc421a9de8a36a31c793340e00c61bf # v6.7.5
114114
with:
115115
record: ${{ secrets.CYPRESS_RECORD_KEY && true }}
116116
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}
@@ -133,7 +133,7 @@ jobs:
133133
CYPRESS_GROUP: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }}
134134

135135
- name: Upload snapshots
136-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
136+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
137137
if: always()
138138
with:
139139
name: snapshots_${{ matrix.containers }}
@@ -144,7 +144,7 @@ jobs:
144144
run: docker logs nextcloud-cypress-tests-${{ env.APP_NAME }} > nextcloud.log
145145

146146
- name: Upload NC logs
147-
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
147+
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
148148
if: failure() && matrix.containers != 'component'
149149
with:
150150
name: nc_logs_${{ matrix.containers }}

.github/workflows/phpunit-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: versions
3131
uses: icewind1991/nextcloud-version-matrix@58becf3b4bb6dc6cef677b15e2fd8e7d48c0908f # v1.3.1
3232
with:
33-
matrix: '{"mysql-versions": ["8.1"]}'
33+
matrix: '{"mysql-versions": ["8.4"]}'
3434

3535
changes:
3636
runs-on: ubuntu-latest-low

.github/workflows/update-nextcloud-ocp-approve-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo 'Can not approve PRs from forks'
4040
exit 1
4141
42-
- uses: mdecoleman/pr-branch-name@bab4c71506bcd299fb350af63bb8e53f2940a599 # v2.0.0
42+
- uses: mdecoleman/pr-branch-name@55795d86b4566d300d237883103f052125cc7508 # v3.0.0
4343
id: branchname
4444
with:
4545
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/update-nextcloud-ocp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Create Pull Request
105105
if: steps.checkout.outcome == 'success'
106-
uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
106+
uses: peter-evans/create-pull-request@4320041ed380b20e97d388d56a7fb4f9b8c20e79 # v7.0.0
107107
with:
108108
token: ${{ secrets.COMMAND_BOT_PAT }}
109109
commit-message: 'chore(dev-deps): Bump nextcloud/ocp package'

0 commit comments

Comments
 (0)