diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ac76e7f8..4d4e98ee 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,10 +37,10 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install Go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: go-version: 1.19 @@ -77,7 +77,7 @@ jobs: SYNCV3_SECRET: itsasecret - name: Upload test log - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: always() with: name: Integration test logs @@ -113,7 +113,7 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: "Set Go Version" run: | echo "$GOROOT_1_19_X64/bin" >> $GITHUB_PATH @@ -151,12 +151,12 @@ jobs: element_web: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: "Build docker image" env: DOCKER_BUILDKIT: 1 run: docker build -f Dockerfile -t ghcr.io/matrix-org/sliding-sync:ci . - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 with: repository: matrix-org/matrix-react-sdk - uses: actions/setup-node@v3 @@ -173,7 +173,7 @@ jobs: run: yarn build working-directory: ./element-web - name: "Run cypress tests" - uses: cypress-io/github-action@v4.1.1 + uses: cypress-io/github-action@v5.5.1 with: browser: chrome start: npx serve -p 8080 ./element-web/webapp