From 7348dff1687e4c0c66cf1bebc95162cfd7150793 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Fri, 15 Mar 2024 15:58:38 -0600 Subject: [PATCH] update the flow for testing upgrades --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index c74aa9c9..7748015a 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Environment setup - uses: ./.github/actions/setup + uses: defenseunicorns/uds-common/.github/actions/setup@442bae718050ea9a47254851a45632aabeb13b17 with: username: ${{ secrets.IRON_BANK_ROBOT_USERNAME }} password: ${{ secrets.IRON_BANK_ROBOT_PASSWORD }}