From 333a12b4b332103a37ddb212255eb04b7311948f Mon Sep 17 00:00:00 2001 From: Luke Swanson Date: Fri, 29 Nov 2024 20:45:00 -0600 Subject: [PATCH] Ok, switching to a pre-release strategy to reduce excess action versions, seeing if it'll run... --- .github/workflows/TEST_SemanticVersion.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TEST_SemanticVersion.yml b/.github/workflows/TEST_SemanticVersion.yml index 1ee9ab1..1463e20 100644 --- a/.github/workflows/TEST_SemanticVersion.yml +++ b/.github/workflows/TEST_SemanticVersion.yml @@ -42,7 +42,7 @@ jobs: # 3. Perform work - name: Execute SemanticVersion Testbed - uses: opengamedata/actions-execute-testbed@v1.0 + uses: opengamedata/actions-execute-testbed@v1.0-alpha with: directory: "tests/cases/utils" test_file: "t_SemanticVersion.py"