From 2fd5fa764ca400c6bb342f65a610bfcfcae7648c Mon Sep 17 00:00:00 2001 From: plocket <52798256+plocket@users.noreply.github.com> Date: Thu, 20 Jul 2023 10:16:17 -0400 Subject: [PATCH] Update alkiln_tests.yml to v5 (#867) --- .github/workflows/alkiln_tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/alkiln_tests.yml b/.github/workflows/alkiln_tests.yml index f8f30d27..ec039ab4 100644 --- a/.github/workflows/alkiln_tests.yml +++ b/.github/workflows/alkiln_tests.yml @@ -1,4 +1,4 @@ -name: ALKiln v4 Tests +name: ALKiln v5 Tests on: push: @@ -19,9 +19,9 @@ jobs: runs-on: ubuntu-latest name: Run end-to-end tests steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Use ALKiln to run end-to-end tests - uses: SuffolkLITLab/ALKiln@releases/v4 + uses: SuffolkLITLab/ALKiln@v5 with: SERVER_URL: "${{ secrets.SERVER_URL }}" DOCASSEMBLE_DEVELOPER_API_KEY: "${{ secrets.DOCASSEMBLE_DEVELOPER_API_KEY }}"