From 84341de065ba1786906f42b0bf8c7597e145abd8 Mon Sep 17 00:00:00 2001 From: Stefan Matar Date: Wed, 1 Apr 2026 19:04:21 +0200 Subject: [PATCH] test: use stefanmatar/frameterm@v1 instead of local ./ ref --- .github/workflows/test-action.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index f6f9363..161ef46 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -14,10 +14,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] steps: - - uses: actions/checkout@v4 - - - name: Install frameterm (latest) - uses: ./ + - uses: stefanmatar/frameterm@v1 - name: Verify binary run: | @@ -31,10 +28,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] steps: - - uses: actions/checkout@v4 - - - name: Install frameterm (pinned v1.2.2) - uses: ./ + - uses: stefanmatar/frameterm@v1 with: version: "1.2.2"