Merge branch 'main' into dependabot/go_modules/github.com/yggdrasil-network/yggdrasil-go-0.5.12

This commit is contained in:
Devon Hudson 2025-01-24 20:35:26 +00:00 committed by GitHub
commit 1267c569c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@ jobs:
version: v3.10.0
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.6.0
uses: helm/chart-releaser-action@v1.7.0
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:

View file

@ -27,7 +27,7 @@ jobs:
with:
python-version: 3.11
check-latest: true
- uses: helm/chart-testing-action@v2.6.1
- uses: helm/chart-testing-action@v2.7.0
- name: Get changed status
id: list-changed
run: |
@ -62,7 +62,7 @@ jobs:
with:
python-version: "3.10"
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
uses: helm/chart-testing-action@v2.7.0
- name: Create k3d cluster
uses: nolar/setup-k3d-k3s@v1
with:

View file

@ -272,7 +272,7 @@ jobs:
run: |
sed -i '/HOMESERVER/c\ HOMESERVER: "dendrite",' cypress.config.ts
- name: "Run cypress tests"
uses: cypress-io/github-action@v4.1.1
uses: cypress-io/github-action@v6.7.10
with:
browser: chrome
start: npx serve -p 8080 ./element-web/webapp
@ -312,7 +312,7 @@ jobs:
run: |
sed -i '/HOMESERVER/c\ HOMESERVER: "dendritePinecone",' cypress.config.ts
- name: "Run cypress tests"
uses: cypress-io/github-action@v4.1.1
uses: cypress-io/github-action@v6.7.10
with:
browser: chrome
start: npx serve -p 8080 ./element-web/webapp