diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index c1bbd64a49f..39b977a4c94 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -93,7 +93,7 @@ jobs: oauth-secret: ${{ secrets.TS_OAUTH_SECRET }} tags: tag:gh - name: Setup SSH server for Actor - uses: self-actuated/setup-sshd-actor@master + uses: alexellis/setup-sshd-actor@master - uses: DeterminateSystems/nix-installer-action@main if: steps.changed-files.outputs.files == 'true' - uses: DeterminateSystems/magic-nix-cache-action@main @@ -134,4 +134,4 @@ jobs: name: ${{ matrix.test }}-${{matrix.database}}-pprof path: "control_logs/*.pprof.tar" - name: Setup a blocking tmux session - uses: self-actuated/block-with-tmux-action@master + uses: alexellis/block-with-tmux-action@master