Skip to content

Commit 8554972

Browse files
committed
Merge branch 'develop' into fix/1253-selection-change
2 parents ccabf11 + 894be00 commit 8554972

196 files changed

Lines changed: 3132 additions & 4237 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: checkout code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

.github/workflows/crowdin-download-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.repository_owner == 'opencast'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414

1515
- name: prepare git
1616
run: |

.github/workflows/crowdin-upload-keys.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.repository_owner == 'opencast'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: prepare crowdin client
2121
run: |

.github/workflows/deploy-container-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
packages: write
1818
pull-requests: write
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
ref: ${{ github.event.pull_request.head.ref }}
2323
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/deploy-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
branch: ${{ steps.branch-name.outputs.branch }}
2020
steps:
2121
- name: Checkout sources
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323

2424
- name: Determine the correct test server
2525
id: test-server
@@ -38,10 +38,10 @@ jobs:
3838
needs: detect
3939
steps:
4040
- name: checkout code
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
- name: get node.js
44-
uses: actions/setup-node@v4
44+
uses: actions/setup-node@v5
4545
with:
4646
node-version: 20
4747

.github/workflows/deploy-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
branch: ${{ steps.branch-name.outputs.branch }}
2020
steps:
2121
- name: Checkout sources
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
ref: ${{github.event.pull_request.head.ref}}
2525
repository: ${{github.event.pull_request.head.repo.full_name}}
@@ -45,13 +45,13 @@ jobs:
4545
id: build-path
4646

4747
- name: checkout code
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
with:
5050
ref: ${{github.event.pull_request.head.ref}}
5151
repository: ${{github.event.pull_request.head.repo.full_name}}
5252

5353
- name: get node.js
54-
uses: actions/setup-node@v4
54+
uses: actions/setup-node@v5
5555
with:
5656
node-version: 20
5757

@@ -81,7 +81,7 @@ jobs:
8181
ssh-keyscan github.com >> ~/.ssh/known_hosts
8282
8383
- name: wait for previous workflows to finish
84-
uses: softprops/turnstyle@v2
84+
uses: softprops/turnstyle@v3
8585
with:
8686
same-branch-only: false
8787
env:

.github/workflows/process-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121

2222
steps:
2323
- name: checkout code
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525

2626
- name: get node.js
27-
uses: actions/setup-node@v4
27+
uses: actions/setup-node@v5
2828
with:
2929
node-version: 20
3030

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: get node.js
17-
uses: actions/setup-node@v4
17+
uses: actions/setup-node@v5
1818
with:
1919
node-version: 20
2020

0 commit comments

Comments
 (0)