diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6ca6d90..5e802e1 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -48,7 +48,7 @@ jobs: ${{ runner.os }}-go-${{ matrix.go-version }} - name: Environment Variables from Dotenv - uses: c-py/action-dotenv-to-setenv@v3 + uses: c-py/action-dotenv-to-setenv@v5 - name: Build if: steps.cache-go-mod.outputs.cache-hit != 'true'