From 14bf63e0e2a5e606ab167b2c1d71ce4b1709278d Mon Sep 17 00:00:00 2001 From: Ashish Keshan Date: Wed, 6 Mar 2024 12:14:40 -0500 Subject: [PATCH] Update integration.yml --- .github/workflows/integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index a6ae533..61283bf 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -38,10 +38,10 @@ jobs: max-score: 20 - name: Python test id: python-test - uses: education/autograding-python-grader@add-max-score + uses: education/autograding-python-grader@v1 - name: Python test with score id: python-test-with-score - uses: education/autograding-python-grader@add-max-score + uses: education/autograding-python-grader@v1 with: max-score: 30 - name: Autograding Reporter