From ce53020ffa704045342984f436b640db1f334ab1 Mon Sep 17 00:00:00 2001 From: wusatosi <26424577+wusatosi@users.noreply.github.com> Date: Tue, 2 May 2023 02:33:14 -0400 Subject: [PATCH] Specifies v1 --- .github/workflows/autobuild.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yaml b/.github/workflows/autobuild.yaml index e3c0737..1ce24b9 100644 --- a/.github/workflows/autobuild.yaml +++ b/.github/workflows/autobuild.yaml @@ -203,7 +203,7 @@ jobs: # Run vcvars64.bat and re-export the current environment to the workflow. # (It'd be nice to only export the variables that *changed*, oh well). - name: Setup gh - uses: wusatosi/setup-gh@main + uses: wusatosi/setup-gh@v1 with: token: ${{ secrets.RELEASE_TOKEN }} - name: Visual Studio environment