From fd65a5cb3d9ea7bfcb01902b1a313c35851c4faf Mon Sep 17 00:00:00 2001 From: vacwmX Date: Thu, 25 Jan 2024 16:10:52 +0100 Subject: [PATCH] fix: set sdk ref to reqwest patch --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b63522..ce5dd2c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: name: setup runs-on: ubuntu-latest outputs: - sdk-ref: ${{ inputs.sdk-ref || '0.2.14' }} + sdk-ref: ${{ inputs.sdk-ref || 'c7427f98c6cee8fc245c24f52c69f28fd377c8c1' }} package-version: '0.2.14' steps: - run: echo "set pre-setup output variables"