diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9724894..d55b9ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: cache: true - name: Install Task - uses: arduino/setup-task@24c5e13bce349197642746563945fcdf9355e8f4 # v2 + uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2 with: version: '3.x' repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8232563..9cf3230 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: go-version-file: 'go.mod' - name: Install Task - uses: arduino/setup-task@24c5e13bce349197642746563945fcdf9355e8f4 # v2 + uses: arduino/setup-task@b91d5d2c96a56797b48ac1e0e89220bf64044611 # v2 with: version: '3.x' repo-token: ${{ secrets.GITHUB_TOKEN }}