From 50af78f1ac92ccbae6ad091a19359d4cede53968 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Seidel?= Date: Wed, 29 Nov 2023 15:19:31 +0100 Subject: [PATCH] use main --- .github/workflows/test_wf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_wf.yml b/.github/workflows/test_wf.yml index cd9044a..6a8091a 100644 --- a/.github/workflows/test_wf.yml +++ b/.github/workflows/test_wf.yml @@ -12,6 +12,6 @@ jobs: fetch-depth: 1 - name: "Setup the apax runner" - uses: simatic-ax/actions/setup-apax-runner@stable + uses: simatic-ax/actions/setup-apax-runner@main with: APAX_TOKEN: ${{ secrets.APAX_TOKEN }} \ No newline at end of file